-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
fix: fix PEP 646 support of tuple unpacking #4440
Conversation
38e3311
to
0306bc6
Compare
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.
Thanks, this is a good catch. However, as it is a change in style, it should be applied only to Black's preview style.
0306bc6
to
fed3c62
Compare
Guidance on that probably would have been useful, but I believe I may have figured it out |
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.
Thanks!
There's a CI failure that looks unrelated to your change, probably due to a typing change in a dependency. I can look into it over the next few days. |
fed3c62
to
755905c
Compare
This change fixes unpacking a tuple or generic type when *args is a type variable tuple.
0e05bbf
to
fd311b9
Compare
I fixed the last lint error by updating the schema |
Thank you! |
Description
This change fixes unpacking a tuple or generic type when *args is a type variable tuple.
Checklist - did you ...
CHANGES.md
if necessary?