pyproject.toml: Set disallow_untyped_calls = true (MR 2514)

We pass this check now, might as well.
This commit is contained in:
Newbyte 2024-12-20 16:45:49 +01:00
parent d81de1f61c
commit a828303398
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -53,5 +53,6 @@ addopts = [
[tool.mypy] [tool.mypy]
check_untyped_defs = true check_untyped_defs = true
disallow_incomplete_defs = true disallow_incomplete_defs = true
disallow_untyped_calls = true
disallow_untyped_decorators = true disallow_untyped_decorators = true
disallow_untyped_defs = true disallow_untyped_defs = true