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