mirror of
https://github.com/pretix/pretix-servicefees.git
synced 2024-11-23 14:40:21 +01:00
Update setup.cfg
This commit is contained in:
parent
8229d2f455
commit
d59663e505
1 changed files with 29 additions and 0 deletions
29
setup.cfg
29
setup.cfg
|
@ -12,3 +12,32 @@ known_standard_library = typing
|
||||||
multi_line_output = 5
|
multi_line_output = 5
|
||||||
not_skip = __init__.py
|
not_skip = __init__.py
|
||||||
skip = setup.py
|
skip = setup.py
|
||||||
|
|
||||||
|
|
||||||
|
[tool:pytest]
|
||||||
|
DJANGO_SETTINGS_MODULE = pretix.testutils.settings
|
||||||
|
|
||||||
|
[coverage:run]
|
||||||
|
source = pretix_adyen
|
||||||
|
omit = */migrations/*,*/urls.py,*/tests/*
|
||||||
|
|
||||||
|
[coverage:report]
|
||||||
|
exclude_lines =
|
||||||
|
pragma: no cover
|
||||||
|
def __str__
|
||||||
|
der __repr__
|
||||||
|
if settings.DEBUG
|
||||||
|
NOQA
|
||||||
|
NotImplementedError
|
||||||
|
|
||||||
|
[check-manifest]
|
||||||
|
ignore =
|
||||||
|
.update-locales
|
||||||
|
.update-locales.sh
|
||||||
|
.gitlab-ci.yml
|
||||||
|
.install-hooks.sh
|
||||||
|
pretixplugin.toml
|
||||||
|
Makefile
|
||||||
|
pytest.ini
|
||||||
|
manage.py
|
||||||
|
tests/*
|
||||||
|
|
Loading…
Reference in a new issue