1
0
Fork 1
mirror of https://github.com/coddingtonbear/django-mailbox.git synced 2026-07-10 06:48:19 +02:00

make tox -e flake8 work

This commit is contained in:
Fleur Dragan 2022-08-16 15:16:25 -05:00
parent 40263b6670
commit b6b903c025
7 changed files with 17 additions and 23 deletions

View file

@ -1,2 +1,3 @@
[flake8]
exclude = django_mailbox/migrations, django_mailbox/south_migrations
ignore = E501,W503,W504 # line too long & line break before and after binary operator