4 Star 19 Fork 14

monkey_cici/labelme

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
ruff.toml 637 Bytes
一键复制 编辑 原始数据 按行查看 历史
Kentaro Wada 提交于 2024-06-13 17:49 . [isort] -> [lint.isort]
exclude = [
".conda",
".git",
"src",
]
line-length = 88
indent-width = 4
[lint]
# Enable Pyflakes (`F`), pycodestyle (`E`), isort (`I`).
select = ["E", "F", "I"]
ignore = []
# Allow fix for all enabled rules (when `--fix`) is provided.
fixable = ["ALL"]
unfixable = []
[format]
# Like Black, use double quotes for strings.
quote-style = "double"
# Like Black, indent with spaces, rather than tabs.
indent-style = "space"
# Like Black, respect magic trailing commas.
skip-magic-trailing-comma = false
# Like Black, automatically detect the appropriate line ending.
line-ending = "auto"
[lint.isort]
force-single-line = true
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/monkeycc/labelme.git
git@gitee.com:monkeycc/labelme.git
monkeycc
labelme
labelme
main

搜索帮助