forked from TrueCloudLab/frostfs-testcases
52001dc23a
Signed-off-by: Aleksei Chetaev <alex.chetaev@gmail.com>
8 lines
137 B
TOML
8 lines
137 B
TOML
[tool.isort]
|
|
profile = "black"
|
|
src_paths = ["pytest_tests"]
|
|
line_length = 100
|
|
|
|
[tool.black]
|
|
line-length = 100
|
|
target-version = ["py310"]
|