Improve mypy runs

This commit is contained in:
Matthias
2022-04-23 11:31:12 +02:00
parent 1120392f39
commit f2912f8815
3 changed files with 5 additions and 4 deletions

View File

@@ -52,6 +52,7 @@ exclude =
[mypy]
ignore_missing_imports = True
warn_unused_ignores = True
[mypy-tests.*]
ignore_errors = True