Spirit/setup.cfg

5 lines
102 B
INI

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