1
0
Fork 1
mirror of https://github.com/coddingtonbear/django-mailbox.git synced 2026-07-09 22:38:19 +02:00
django-mailbox/.flake8

4 lines
164 B
Text
Raw Normal View History

2017-05-09 23:59:42 +02:00
[flake8]
exclude = django_mailbox/migrations, django_mailbox/south_migrations
2022-08-16 15:16:25 -05:00
ignore = E501,W503,W504 # line too long & line break before and after binary operator