You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(typing): enable reportIncompatibleMethodOverride in pyright (#3096)
* chore: enable reportIncompatibleMethodOverride in pyright
* chore(suggestion): Try turning ibis issue into a positive?
Part 1 of (#3096 (comment))
Isolates the problematic typing and then reuses it in other places it causes issues
* chore(typing): Ignore with context
Seems to appear at random and vanish
Error message is nonsense
* refactor: Move common `not_implemented` up
* refactor(typing): Do this ignore instead actually
* be reasonable
#3096 (comment)
---------
Co-authored-by: dangotbanned <[email protected]>
# Method "from_column_names" overrides class "CompliantExpr" in an incompatible manner
178
+
# Parameter 2 type mismatch: base parameter is type "EvalNames[CompliantFrameT@DepthTrackingExpr]", override parameter is type "EvalNames[CompliantFrameT@DepthTrackingExpr]"
179
+
# Type "EvalNames[CompliantFrameT@DepthTrackingExpr]" is not assignable to type "EvalNames[CompliantFrameT@DepthTrackingExpr]"
180
+
# Parameter 1: type "CompliantFrameT@DepthTrackingExpr" is incompatible with type "CompliantFrameT@DepthTrackingExpr"
181
+
# Type "CompliantFrameT@DepthTrackingExpr" is not assignable to type "CompliantFrameT@DepthTrackingExpr"
0 commit comments