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