mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-02 22:55:08 +00:00
![]() ## Summary - Adds basic support for `type[C]` as a red knot `Type`. Some things might not be supported yet, like `type[Any]`. - Adds type narrowing for `issubclass` checks. closes #14117 ## Test Plan New Markdown-based tests --------- Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com> |
||
---|---|---|
.. | ||
boolean.md | ||
conditionals_boolean.md | ||
conditionals_elif_else.md | ||
conditionals_is.md | ||
conditionals_is_not.md | ||
conditionals_nested.md | ||
conditionals_not.md | ||
conditionals_not_eq.md | ||
isinstance.md | ||
issubclass.md | ||
match.md |