1
0
mirror of https://github.com/venthur/blag.git synced 2025-11-25 20:52:43 +00:00
Files
blag/setup.cfg
Bastian Venthur 322154041a WIP
2022-08-31 17:17:02 +02:00

16 lines
237 B
INI

[tool:pytest]
addopts =
--cov=blag
--cov=tests
--cov-report=html
--cov-report=term-missing:skip-covered
[flake8]
exclude = venv,build,docs
[mypy]
files = blag,tests
[mypy-feedgenerator.*]
ignore_missing_imports = True