-
-
Notifications
You must be signed in to change notification settings - Fork 11.1k
TST: refactor typing check for @ #29364
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
Conversation
Previously, there was a separate file for a python 3 typing check for `@`. This commit removes the extra file and consolidates the typing checks in `simple.py` Somewhat related to numpy#22635
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.
Apart from a couple of nits, this seems like a good change to me. Thanks :)
Co-authored-by: Joren Hammudoglu <jhammudoglu@gmail.com>
Co-authored-by: Joren Hammudoglu <jhammudoglu@gmail.com>
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.
Should be good to merge if CI passes
Not sure what happened here. Does github actions have a "rerun only failed workflows" button? |
For what it's worth I can't reproduce this locally
|
Thanks @deniederhut! |
🙇 |
Previously, there was a separate file for a python 3 typing check for
@
. This commit removes the extra file and consolidates the typing checks insimple.py
Somewhat related to #22635