forked from TrueCloudLab/frostfs-testcases
12 lines
186 B
Text
12 lines
186 B
Text
|
[flake8]
|
||
|
exclude =
|
||
|
.git,
|
||
|
__pycache__,
|
||
|
.idea,
|
||
|
.pytest_cache,
|
||
|
venv
|
||
|
per-file-ignores =
|
||
|
# imported but unused
|
||
|
__init__.py: F401
|
||
|
max-line-length = 120
|
||
|
disable-noqa
|