cvat/cvat-cli/pyproject.toml

10 lines
223 B
TOML
Raw Normal View History

2025-09-16 01:19:40 +00:00
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
[tool.isort]
profile = "black"
forced_separate = ["tests"]
line_length = 100
skip_gitignore = true # align tool behavior with Black