mirror of
https://github.com/astral-sh/ruff
synced 2026-01-11 00:24:13 -05:00
This PR renames the semantic model flag `LITERAL` to `TYPING_LITERAL` to better reflect its purpose. The main motivation behind this change is to avoid any confusion with the "literal" terminology used in the AST for literal nodes like string, bytes, numbers, etc.