-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
[Bug]: mypy failures in CI #29263
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
Milestone
Comments
Digging deeper, these are the duplicates:
|
Closed
I wonder if we should just add Lines 223 to 238 in b358c98
|
Excluding |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Bug summary
Mypy has started reporting errors without any obvious changes on our side.
Code for reproduction
Any current CI run. E.g. https://github.com/matplotlib/matplotlib/actions/runs/12233488667/job/34120690881?pr=29052
Actual outcome
Suspicion
The questionable lines are
Either mypy has changed behavior or change of numpy imports are responsible. Note that numpy 2.2 has been released yesterday, and it includes this PR changing imports numpy/numpy#24357.
The text was updated successfully, but these errors were encountered: