mirror of
https://github.com/astral-sh/ruff
synced 2026-01-09 23:54:36 -05:00
Summary -- Detects the presence of a [PEP 696] type parameter default before Python 3.13. Test Plan -- New inline parser tests for type aliases, generic functions and generic classes. [PEP 696]: https://peps.python.org/pep-0696/#grammar-changes