15 lines
184 B
INI
15 lines
184 B
INI
[flake8]
|
|
ignore = W293
|
|
exclude =
|
|
.git,
|
|
__pycache__,
|
|
.venv,
|
|
venv,
|
|
tests,
|
|
docs,
|
|
build,
|
|
dist,
|
|
*.egg-info,
|
|
.tox,
|
|
.mypy_cache,
|
|
.pytest_cache |