mirror of
https://github.com/simple-login/app.git
synced 2024-11-16 08:58:30 +01:00
17 lines
267 B
Text
17 lines
267 B
Text
|
[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
|