django-configurations/setup.cfg
2019-12-03 13:09:15 +01:00

13 lines
198 B
INI

[wheel]
universal = 1
[coverage:run]
source = .
branch = 1
parallel = 1
[coverage:report]
include = configurations/*,tests/*
[flake8]
exclude = .tox,docs/*,.eggs
ignore = E501,E127,E128,E124,W503