diff --git a/pyproject.toml b/pyproject.toml index 24505d73e..5b847f422 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -340,3 +340,10 @@ ignore-variadic-names = true [tool.ruff.lint.pep8-naming] classmethod-decorators = ["cached_classproperty"] extend-ignore-names = ["assert*", "cached_classproperty"] + +[tool.mypy] +allow_redefinition = true +check_untyped_defs = true +disallow_incomplete_defs = true +disallow_any_generics = true +disallow_untyped_decorators = true