ruff/crates/red_knot_python_semantic/resources/mdtest/exception
Carl Meyer dcabb948f3
[red-knot] add special case for float/complex (#16166)
When adjusting the existing tests, I aimed to avoid dealing with the
special case in other tests if it's not necessary to do so (that is,
avoid using `float` and `complex` as examples where we just need "some
type"), and keep the tests for the special case mostly collected in the
mdtest dedicated to that purpose.

Fixes https://github.com/astral-sh/ruff/issues/14932
2025-02-14 12:24:10 -08:00
..
basic.md [red-knot] Combine terminal statement support with statically known branches (#15817) 2025-02-05 17:47:49 -05:00
control_flow.md [red-knot] add special case for float/complex (#16166) 2025-02-14 12:24:10 -08:00
except_star.md [red-knot] mdtest: python version requirements (#14954) 2024-12-13 10:40:38 +01:00
invalid_syntax.md Improve mdtests style (#14884) 2024-12-10 13:05:51 +00:00