diff --git a/conf/templates/pyproject.toml b/conf/templates/pyproject.toml index a28490c8..f3b5bd5d 100644 --- a/conf/templates/pyproject.toml +++ b/conf/templates/pyproject.toml @@ -6,6 +6,8 @@ strict_equality = true + disallow_any_generics = true + enable_error_code = [ "explicit-override", "ignore-without-code",