ruff/crates/ty_ide
Ibraheem Ahmed aa5d665d52
[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.
2025-09-08 13:26:21 -07:00
..
src [ty] Add support for generic PEP695 type aliases (#20219) 2025-09-08 13:26:21 -07:00
Cargo.toml [ty] Require that we can find a root when listing sub-modules 2025-09-03 09:57:26 -04:00