mirror of
https://github.com/venthur/blag.git
synced 2025-11-25 12:42:41 +00:00
17 lines
251 B
INI
17 lines
251 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
|
|
strict = True
|
|
|
|
[mypy-feedgenerator.*]
|
|
ignore_missing_imports = True
|