1 Star 0 Fork 14

Ap1an/labelme

forked from monkey_cici/labelme 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
ruff.toml 632 Bytes
一键复制 编辑 原始数据 按行查看 历史
Kentaro Wada 提交于 2023-12-28 22:31 . Enable Pyflakes "F"
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"
[isort]
force-single-line = true
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/ap1an/labelme.git
[email protected]:ap1an/labelme.git
ap1an
labelme
labelme
main

搜索帮助