-
-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI breaking #1071
Comments
Seems to be linked for the latter two issues with the following changes in numpy: |
Seems like the type is inferred with the numpy code first and whatever pandas stubs does is ignored (I checked on my side in at runtime the type is a |
It is the upgrade from One temporary solution is to change |
It's related to microsoft/pyright#4088 . See comments elsewhere in
|
Also, the first 2 errors in So I think pinning |
Describe the bug
CI is now breaking likely due to some changes in mypy version.
To Reproduce
Run
poetry run poe test_all
.Please complete the following information:
pandas-stubs
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: