1
0
mirror of https://github.com/venthur/blag.git synced 2025-11-26 05:02:58 +00:00
This commit is contained in:
Bastian Venthur
2022-08-31 17:17:02 +02:00
parent 641f0ed94e
commit 322154041a
7 changed files with 87 additions and 43 deletions

View File

@@ -7,3 +7,9 @@ addopts =
[flake8]
exclude = venv,build,docs
[mypy]
files = blag,tests
[mypy-feedgenerator.*]
ignore_missing_imports = True