mirror of
https://github.com/astral-sh/ruff
synced 2026-01-11 00:24:13 -05:00
## Summary Fixes pull-types panics for illegal annotations like `Literal[object[index]]`. Originally reported by @AlexWaygood ## Test Plan * Verified that this caused panics in the playground, when typing (and potentially hovering over) `x: Literal[obj[0]]`. * Added a regression test