typing skill improvements

This commit is contained in:
John Lancaster
2026-06-21 15:20:00 -05:00
parent 3c5db37223
commit c5b7733528
3 changed files with 70 additions and 2 deletions
@@ -8,6 +8,11 @@ Use this page as the canonical source index when making typing modernization rec
- [Typing specification (typing.python.org)](https://typing.python.org/)
- [Built-in types and generic aliases](https://docs.python.org/3/library/stdtypes.html)
## Tooling References
- [Astral ty documentation](https://docs.astral.sh/ty/)
- [Astral ty usage reference (this skill)](./astral-ty.md)
## Modernization PEPs
- [PEP 585: Type Hinting Generics In Standard Collections](https://peps.python.org/pep-0585/)