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