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

5 lines
127 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
2021-02-08 23:39:19 -05:00
exclude = docs, django_mailbox2/migrations, django_mailbox2/south_migrations
2021-02-03 23:05:48 -05:00
ignore = E231,W503