28 Star 31 Fork 72

openEuler/euler-copilot-framework
关闭

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.ruff.toml 325 Bytes
一键复制 编辑 原始数据 按行查看 历史
ObjectNotFound 提交于 2025-04-07 09:43 +08:00 . linter配置
line-length = 120
indent-width = 4
target-version = "py311"
[lint]
select = ["ALL"]
ignore = [
"ANN401",
"ARG002",
"D400",
"D415",
"PYI019",
"RUF001",
"RUF002",
"RUF003",
"S104",
"TD002",
"TD003",
"INP001",
"D203",
"D212",
"S101"
]
[format]
quote-style = "double"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openeuler/euler-copilot-framework.git
git@gitee.com:openeuler/euler-copilot-framework.git
openeuler
euler-copilot-framework
euler-copilot-framework
dev

搜索帮助