mirror of
https://github.com/astral-sh/ruff
synced 2026-01-21 21:40:51 -05:00
This adds support for `type[a.X]`, where the `type` special form is applied to a qualified name that resolves to a class literal. This works for both nested classes and classes imported from another module. Closes #14545