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

5 lines
125 B
Text
Raw Normal View History

2017-05-09 23:59:42 +02:00
[flake8]
2021-02-03 23:05:48 -05:00
max-line-length = 200
exclude = docs, django_mailbox/migrations, django_mailbox/south_migrations
ignore = E231,W503