forked from TrueCloudLab/frostfs-testcases
8 lines
163 B
TOML
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"]
|