frostfs-testcases/pyproject.toml

9 lines
145 B
TOML
Raw Normal View History

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