Skip to content

Commit 1aa546d

Browse files
pyright: turn off reportPropertyTypeMismatch (#7985)
1 parent 92ba4b7 commit 1aa546d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyrightconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"reportUnboundVariable": "error",
4141
"reportInvalidStubStatement": "error",
4242
"reportInvalidTypeVarUse": "error",
43-
"reportPropertyTypeMismatch": "error",
43+
"reportPropertyTypeMismatch": "none",
4444
"reportSelfClsParameterName": "error",
4545
"reportUnsupportedDunderAll": "error",
4646
// Incompatible overrides are out of typeshed's control as they are

pyrightconfig.stricter.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
"reportUnboundVariable": "error",
111111
"reportInvalidStubStatement": "error",
112112
"reportInvalidTypeVarUse": "error",
113-
"reportPropertyTypeMismatch": "error",
113+
"reportPropertyTypeMismatch": "none",
114114
"reportSelfClsParameterName": "error",
115115
"reportUnsupportedDunderAll": "error",
116116
// Incompatible overrides are out of typeshed's control as they are

0 commit comments

Comments
 (0)