-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Update mypy to 1.12.0 #12859
Update mypy to 1.12.0 #12859
Conversation
This comment has been minimized.
This comment has been minimized.
This seems to fix a few allowlist entries, and also a bunch of false hits in openpyxl tests. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you still have a few allowlist entries to remove for networkx
and flake8
:
- https://github.com/python/typeshed/actions/runs/11418603316/job/31772245145?pr=12859
- https://github.com/python/typeshed/actions/runs/11418603316/job/31772245700?pr=12859
LGTM other than that!
This comment has been minimized.
This comment has been minimized.
According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉 |
Nice. I'm glad to see these false-positives/negatives gone for openpyxl |
No description provided.