forked from TrueCloudLab/frostfs-testcases
8 lines
137 B
TOML
8 lines
137 B
TOML
[tool.isort]
|
|
profile = "black"
|
|
src_paths = ["pytest_tests"]
|
|
line_length = 120
|
|
|
|
[tool.black]
|
|
line-length = 120
|
|
target-version = ["py310"]
|