clan-cli: enable mypy for tests

This commit is contained in:
DavHau
2023-07-21 13:34:35 +02:00
parent a05c550b41
commit e806b5549d
4 changed files with 8 additions and 10 deletions

View File

@@ -20,9 +20,6 @@ warn_redundant_casts = true
disallow_untyped_calls = true
disallow_untyped_defs = true
no_implicit_optional = true
exclude = [
"tests"
]
[[tool.mypy.overrides]]
module = "setuptools.*"