mirror of
https://github.com/django-components/django-components.git
synced 2025-08-03 22:08:17 +00:00
12 lines
No EOL
156 B
INI
12 lines
No EOL
156 B
INI
[flake8]
|
|
ignore = E302,W503
|
|
max-line-length = 119
|
|
exclude =
|
|
migrations
|
|
__pycache__
|
|
manage.py
|
|
settings.py
|
|
env
|
|
.env
|
|
.venv
|
|
.tox |