PonyConf/setup.cfg

8 lines
144 B
INI
Raw Normal View History

2016-06-11 13:58:22 +00:00
[coverage:run]
source = accounts, ponyconf, proposals
2016-06-11 14:08:19 +00:00
omit = */migrations/*, */apps.py
2016-06-11 13:58:22 +00:00
[flake8]
max-line-length = 119
exclude = */migrations/*