diff --git a/pyproject.toml b/pyproject.toml index c55be7693..04f127762 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -160,6 +160,7 @@ testpaths = [ python_version = "3.9" pretty = true disallow_any_generics = true +disallow_untyped_defs = true enable_error_code = "ignore-without-code" extra_checks = true follow_imports = "silent"