mirror of
https://github.com/astral-sh/ruff
synced 2026-01-21 13:30:49 -05:00
Add the following subtype relations: - `BooleanLiteral <: object` - `IntLiteral <: object` - `StringLiteral <: object` - `LiteralString <: object` - `BytesLiteral <: object` Added a test case for `bool <: int`. ## Test Plan New unit tests.