ruff
aa5d665d
- [ty] Add support for generic PEP695 type aliases (#20219)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
11 days ago
[ty] Add support for generic PEP695 type aliases (#20219) ## Summary Adds support for generic PEP695 type aliases, e.g., ```python type A[T] = T reveal_type(A[int]) # A[int] ``` Resolves https://github.com/astral-sh/ty/issues/677.
References
#20219 - [ty] Add support for generic PEP695 type aliases
Author
ibraheemdev
Parents
d55edb3d
Loading