run mypy also against tests

This commit is contained in:
Matthias
2022-04-25 11:12:35 +02:00
parent fc118d0e95
commit 500fdc2759
5 changed files with 9 additions and 5 deletions

View File

@@ -53,6 +53,10 @@ exclude =
[mypy]
ignore_missing_imports = True
warn_unused_ignores = True
exclude = (?x)(
^build_helpers\.py$
)
[mypy-tests.*]
ignore_errors = True