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
This is not a priority, but because of better isinstance type inference the mypy implementation now has a lot of redundant casts. Remove those that aren't needed and consider filing issues for remaining casts that we wouldn't need if mypy was more clever.
The text was updated successfully, but these errors were encountered:
A little while ago I removed most of the ones that weren't needed any more, though mypy has again gotten slightly smarter since then. Might be a good time to do another pass of removing unneeded casts and filing issues for the ones that mypy ought to be able to not need.
This is not a priority, but because of better
isinstance
type inference the mypy implementation now has a lot of redundant casts. Remove those that aren't needed and consider filing issues for remaining casts that we wouldn't need if mypy was more clever.The text was updated successfully, but these errors were encountered: