forked from CGM_Public/pretix_original
11 lines
184 B
INI
11 lines
184 B
INI
[run]
|
|
source = tixlbase,tixlcontrol,tixlpresale,tixlplugins
|
|
omit = */migrations/*,*/urls.py,*/tests/*
|
|
|
|
[report]
|
|
exclude_lines =
|
|
pragma: no cover
|
|
def __str__
|
|
if settings.DEBUG
|
|
NOQA
|