eventcally/.flake8
2023-03-28 22:50:07 +02:00

14 lines
225 B
INI

[flake8]
extend-ignore = E501, E203, E711
exclude =
.git,
.github,
.pytest_cache,
.vscode,
__pycache__,
doc,
env,
tmp
per-file-ignores =
__init__.py: F401, E402
migrations/*: F401, E402