diff --git a/pyrightconfig.json b/pyrightconfig.json index 8bcc7aa96657..6897cf7ab1a7 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 803af495aaae..3daaeb2336b7 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