mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-03-16 22:20:27 +00:00
13 lines
192 B
INI
13 lines
192 B
INI
[wheel]
|
|
universal = 1
|
|
|
|
[coverage:run]
|
|
source = .
|
|
branch = 1
|
|
parallel = 1
|
|
[coverage:report]
|
|
include = configurations/*,tests/*
|
|
|
|
[flake8]
|
|
exclude = .tox,docs/*
|
|
ignore = E501,E127,E128,E124,W503
|