Spirit/setup.cfg
2014-11-29 21:08:08 +01:00

5 lines
102 B
INI

[flake8]
exclude=.git,migrations/,*settings*.py
ignore=E123,E128,E265,E501,W601
max-line-length = 119