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
125 B
INI

[flake8]
max-line-length = 200
exclude = docs, django_mailbox/migrations, django_mailbox/south_migrations
ignore = E231,W503