PonyConf/setup.cfg

8 lines
162 B
INI

[coverage:run]
source = accounts, ponyconf, proposals
omit = */migrations/*, */apps.py, ponyconf/wsgi.py
[flake8]
max-line-length = 119
exclude = */migrations/*