frostfs-testcases/pyproject.toml
Vladimir Domnich 588292dfb5 [#314] Fix tools config
Signed-off-by: Vladimir Domnich <v.domnich@yadro.com>
2022-09-26 17:33:42 +04:00

8 lines
145 B
TOML

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