PonyConf/setup.cfg

8 lines
133 B
INI

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