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