frostfs-testcases/.flake8
Vladimir Domnich 892b8f227a Add helper function to wait for GC pass on storage nodes
Signed-off-by: Vladimir Domnich <v.domnich@yadro.com>
2022-08-05 13:29:31 +03:00

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