We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fa2d5c commit a4bf5c3Copy full SHA for a4bf5c3
pandas/core/generic.py
@@ -1,3 +1,4 @@
1
+# pyright: reportPropertyTypeMismatch=false
2
from __future__ import annotations
3
4
import collections
pyproject.toml
@@ -166,7 +166,6 @@ reportOptionalOperand = false
166
reportOptionalSubscript = false
167
reportPrivateImportUsage = false
168
reportPrivateUsage = false
169
-reportPropertyTypeMismatch = false
170
reportUnboundVariable = false
171
reportUnknownArgumentType = false
172
reportUnknownLambdaType = false
0 commit comments