frostfs-testcases/.flake8

12 lines
186 B
Plaintext
Raw Normal View History

[flake8]
exclude =
.git,
__pycache__,
.idea,
.pytest_cache,
venv
per-file-ignores =
# imported but unused
__init__.py: F401
max-line-length = 120
disable-noqa