frostfs-testcases/pyproject.toml
Dmitriy Zayakin 8c20aa69c1 [#262] Added new test for EC policy
Signed-off-by: Dmitriy Zayakin <d.zayakin@yadro.com>
2024-06-30 13:09:54 +03:00

8 lines
137 B
TOML

[tool.isort]
profile = "black"
src_paths = ["pytest_tests"]
line_length = 140
[tool.black]
line-length = 140
target-version = ["py310"]