forked from TrueCloudLab/frostfs-testlib
8 lines
150 B
TOML
8 lines
150 B
TOML
[tool.isort]
|
|
profile = "black"
|
|
src_paths = ["reporter", "shell", "tests"]
|
|
line_length = 100
|
|
|
|
[tool.black]
|
|
line-length = 100
|
|
target-version = ["py39"]
|