mirror of
https://github.com/simple-login/app.git
synced 2024-11-16 00:48:32 +01:00
17 lines
No EOL
267 B
INI
17 lines
No EOL
267 B
INI
[flake8]
|
|
ignore =
|
|
E501,
|
|
# W503 is incompatible with PEP 8
|
|
W503
|
|
exclude =
|
|
.git,
|
|
__pycache__,
|
|
.pytest_cache,
|
|
static,
|
|
templates,
|
|
# migrations are generated by alembic
|
|
migrations,
|
|
docs
|
|
|
|
per-file-ignores =
|
|
__init__.py:F401 |