mirror of
https://github.com/coddingtonbear/django-mailbox.git
synced 2026-07-10 06:48:19 +02:00
4 lines
127 B
INI
4 lines
127 B
INI
[flake8]
|
|
max-line-length = 200
|
|
exclude = docs, django_mailbox2/migrations, django_mailbox2/south_migrations
|
|
ignore = E231,W503
|