## Summary Minor fix to `Type::is_subtype_of` to make sure that Boolean literals are subtypes of `int`, to match runtime semantics. Found this while doing some property-testing experiments [1]. [1] https://github.com/astral-sh/ruff/pull/14178 ## Test Plan New unit test.