-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Formatter: TypeAlias
#5929
Comments
Technically probably best to implement formatting for type parameters on functions and classes first as the implementation for that will need to be reused here. |
TypeAlias
TypeAlias
and TypeParameters
I included type parameters in the issue and its description |
i meanwhile had made a new issue: #5931 |
Oh I'm sorry. I defer the decision on whether to revert my changes or close this issue to you. |
i've reverted, i think they'll require two separate PRs |
See PEP 695 for details on this python 3.12 feature. Not to be confused with
typing.TypeAlias
of python 3.10. The goal is to format statements in the form:The text was updated successfully, but these errors were encountered: