django-configurations/setup.cfg
2021-01-19 13:11:16 +06:00

10 lines
175 B
INI

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