ruff/crates/ty_python_semantic/resources/mdtest/diagnostics
Alex Waygood 764ad8b29b
[ty] Improve disambiguation of types in many cases (#22019)
2025-12-17 11:41:07 +00:00
..
attribute_assignment.md [ty] Rename "possibly unbound" diagnostics to "possibly missing" (#20492) 2025-09-23 14:26:55 +00:00
invalid_argument_type.md [ty] Improve disambiguation of types in many cases (#22019) 2025-12-17 11:41:07 +00:00
invalid_assignment.md [ty] Better invalid-assignment diagnostics (#21476) 2025-11-18 14:31:04 +01:00
invalid_await.md [ty] Rename "possibly unbound" diagnostics to "possibly missing" (#20492) 2025-09-23 14:26:55 +00:00
invalid_type_parameter_order.md [ty] Emit diagnostic when a type variable with a default is followed by one without a default (#21787) 2025-12-14 19:35:37 +00:00
legacy_typevars.md [ty] defer inference of legacy TypeVar bound/constraints/defaults (#20598) 2025-10-09 21:08:37 +00:00
missing_argument.md
no_matching_overload.md
same_names.md [ty] support generic aliases in `type[...]`, like `type[C[int]]` (#21552) 2025-11-24 13:56:42 -08:00
semantic_syntax_errors.md Fix syntax error false positives for `await` outside functions (#21763) 2025-12-02 21:02:02 +00:00
shadowing.md
single_matching_overload.md
special_form_attributes.md [ty] Add subdiagnostic hint if the user wrote `X = Any` rather than `X: Any` (#21777) 2025-12-03 20:42:21 +00:00
too_many_positionals.md
union_call.md [ty] Truncate Literal type display in some situations (#20928) 2025-10-17 11:50:58 +00:00
unknown_argument.md
unpacking.md
unresolved_import.md
unresolved_reference.md
unsupported_bool_conversion.md
version_related_syntax_errors.md