forked from CGM_Public/pretix_original
11 lines
171 B
INI
11 lines
171 B
INI
[run]
|
|
source = pretix
|
|
omit = */migrations/*,*/urls.py,*/tests/*,*/testdummy/*,*/admin.py
|
|
|
|
[report]
|
|
exclude_lines =
|
|
pragma: no cover
|
|
def __str__
|
|
if settings.DEBUG
|
|
NOQA
|