[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 known_first_party = ["cvat_sdk"]