PonyConf/setup.cfg

8 lines
144 B
INI

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