mirror of
https://github.com/lucaspalomodevelop/eventcally.git
synced 2026-03-12 15:57:21 +00:00
14 lines
225 B
INI
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 |