Files
cvat-ai--cvat/tests/python/pyproject.toml
T
2026-07-13 13:32:23 +08:00

6 lines
188 B
TOML

[tool.isort]
profile = "black"
forced_separate = ["tests"]
line_length = 100
skip_gitignore = true # align tool behavior with Black
known_first_party = ["shared", "rest_api", "sdk", "cli"]