mirror of
https://github.com/pretix/pretix.git
synced 2026-08-21 12:36:26 +00:00
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
|