apprise-api/setup.cfg

21 lines
452 B
INI
Raw Normal View History

2023-05-20 01:12:03 +02:00
[metadata]
# ensure LICENSE is included in wheel metadata
license_file = LICENSE
[flake8]
# We exclude packages we don't maintain
exclude = .eggs,.tox
ignore = E741,E722,W503,W504,W605
statistics = true
builtins = _
2024-04-21 00:48:34 +02:00
max-line-length = 160
2023-05-20 01:12:03 +02:00
[aliases]
test=pytest
[tool:pytest]
DJANGO_SETTINGS_MODULE = core.settings.pytest
addopts = --ignore=lib --ignore=lib64 --nomigrations --cov=apprise_api --cov-report=term-missing
filterwarnings =
once::Warning