diff --git a/conf/templates/pyproject.toml b/conf/templates/pyproject.toml index 71dc5fa7..600f0c75 100644 --- a/conf/templates/pyproject.toml +++ b/conf/templates/pyproject.toml @@ -2,24 +2,10 @@ {mypypath} - warn_redundant_casts = true - - strict_equality = true - - disallow_any_generics = true - - warn_unused_ignores = true + strict = true warn_unreachable = true - disallow_untyped_calls = true - - warn_return_any = true - - disallow_incomplete_defs = true - - disallow_untyped_defs = true - enable_error_code = [ "explicit-override", "ignore-without-code",