pyproject: make plain `mypy` run work

This commit is contained in:
Ran Benita 2024-04-05 14:41:28 +03:00
parent 29aa05f9bf
commit cdff86a131
1 changed files with 1 additions and 0 deletions

View File

@ -136,6 +136,7 @@ lines-after-imports = 2
[tool.mypy]
mypy_path = ["src"]
files = ["src", "testing"]
# TODO: Enable this & fix errors.
# check_untyped_defs = true
disallow_any_generics = true