ruff/crates/red_knot_python_semantic/resources/mdtest/call
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
..
callable_instance.md [red-knot] add special case for float/complex (#16166) 2025-02-14 12:24:10 -08:00
constructor.md [red-knot] Format mdtest Python snippets more concisely (#13905) 2024-10-24 11:09:31 +00:00
function.md [red-knot] remove CallOutcome::Cast variant (#15461) 2025-01-13 10:58:53 -08:00
invalid_syntax.md [red-knot] add call checking (#15200) 2025-01-07 20:39:45 +00:00
union.md Display Union of Literals as a Literal (#14993) 2025-01-08 00:58:38 +00:00