frostfs-testcases/pyproject.toml

9 lines
163 B
TOML

[tool.isort]
profile = "black"
src_paths = ["neofs-keywords", "pytest_tests", "robot"]
line_length = 100
[tool.black]
line-length = 100
target-version = ["py39"]