mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-03-16 14:10:26 +00:00
10 lines
175 B
INI
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
|