frostfs-testcases/pyproject.toml
Vladimir Domnich 147cac0ebc [#314] Format all files with black and isort
Signed-off-by: Vladimir Domnich <v.domnich@yadro.com>
2022-09-30 13:45:25 +04:00

8 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"]