mirror of
https://github.com/astral-sh/ruff
synced 2026-01-09 15:44:22 -05:00
Summary -- Another simple one, just detect type parameter lists in functions and classes. Like pyright, we don't emit a second diagnostic for `type` alias statements, which were also introduced in 3.12. Test Plan -- Inline tests.