This website requires JavaScript.
Explore
Help
Sign In
Cyclic0007
/
ruff
Watch
1
Star
0
Fork
0
You've already forked ruff
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
d9fe996e6464e6620cecd93adc6649867693bbbf
ruff
/
crates
/
ty_python_semantic
/
resources
/
mdtest
/
diagnostics
History
Alex Waygood
764ad8b29b
[ty] Improve disambiguation of types in many cases (
#22019
)
2025-12-17 11:41:07 +00:00
..
attribute_assignment.md
…
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
…
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
…
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
…
unknown_argument.md
…
unpacking.md
…
unresolved_import.md
…
unresolved_reference.md
…
unsupported_bool_conversion.md
…
version_related_syntax_errors.md
…