Files
enginex-bi_series-vc-cnn/pyproject.toml
zhousha 55a67e817e update
2025-08-06 15:38:55 +08:00

25 lines
572 B
TOML

[tool.black]
line-length = 80
target-version = ['py39']
[tool.flake8]
max-line-length = 88
count=true
per-file-ignores="./annotation/manager.py:F401"
exclude=["./label", "__pycache__", "./migrations", "./logs", "./pids", "./resources"]
ignore=["W503", "E203"]
enable-extensions="G"
application-import-names=["flake8-isort", "flake8-logging-format", "flake8-builtins"]
import-order-style="edited"
extend-ignore = ["E203", "E701"]
[tool.isort]
py_version=39
profile="black"
multi_line_output=9
line_length=80
group_by_package=true
case_sensitive=true
skip_gitignore=true