PonyConf/setup.cfg
Guilhem Saurel 4665fca257 isort
2016-06-12 17:21:17 +02:00

14 lines
308 B
INI

[coverage:run]
source = accounts, ponyconf, proposals
omit = */migrations/*, */apps.py, ponyconf/wsgi.py
[flake8]
max-line-length = 119
exclude = */migrations/*
[isort]
line_length = 119
known_django = django
sections = FUTURE,STDLIB,DJANGO,THIRDPARTY,FIRSTPARTY,LOCALFOLDER
skip_glob = **/migrations/*.py