mirror of
https://github.com/coddingtonbear/django-mailbox.git
synced 2026-07-09 22:38:19 +02:00
3 lines
164 B
INI
3 lines
164 B
INI
[flake8]
|
|
exclude = django_mailbox/migrations, django_mailbox/south_migrations
|
|
ignore = E501,W503,W504 # line too long & line break before and after binary operator
|