pyright: turn off reportPropertyTypeMismatch (#7985)

This commit is contained in:
Jelle Zijlstra
2022-05-30 00:20:28 -07:00
committed by GitHub
parent 92ba4b757f
commit 1aa546d07d
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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