diff --git a/pyrightconfig.json b/pyrightconfig.json index 8bcc7aa96..6897cf7ab 100644 --- a/pyrightconfig.json +++ b/pyrightconfig.json @@ -40,7 +40,7 @@ "reportUnboundVariable": "error", "reportInvalidStubStatement": "error", "reportInvalidTypeVarUse": "error", - "reportPropertyTypeMismatch": "error", + "reportPropertyTypeMismatch": "none", "reportSelfClsParameterName": "error", "reportUnsupportedDunderAll": "error", // Incompatible overrides are out of typeshed's control as they are diff --git a/pyrightconfig.stricter.json b/pyrightconfig.stricter.json index 803af495a..3daaeb233 100644 --- a/pyrightconfig.stricter.json +++ b/pyrightconfig.stricter.json @@ -110,7 +110,7 @@ "reportUnboundVariable": "error", "reportInvalidStubStatement": "error", "reportInvalidTypeVarUse": "error", - "reportPropertyTypeMismatch": "error", + "reportPropertyTypeMismatch": "none", "reportSelfClsParameterName": "error", "reportUnsupportedDunderAll": "error", // Incompatible overrides are out of typeshed's control as they are