mirror of
https://github.com/astral-sh/ruff
synced 2026-01-11 00:24:13 -05:00
Previously we wrongly inferred the type of the builtin type itself (e.g. `Literal[int]`); we need to infer the instance type instead.
Previously we wrongly inferred the type of the builtin type itself (e.g. `Literal[int]`); we need to infer the instance type instead.