ruff
aa5d665d - [ty] Add support for generic PEP695 type aliases (#20219)

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.
Author
Parents
Loading