ruff/crates/ruff_python_ast
InSync 34e06f2d17
[red-knot] Do not show types for literal expressions on hover (#17290)
## Summary

Resolves #17289.

After this change, Red Knot will no longer show types on hover for
`None`, `...`, `True`, `False`, numbers, strings (but not f-strings),
and bytes literals.

## Test Plan

Unit tests.
2025-04-08 09:05:51 +02:00
..
src [red-knot] Do not show types for literal expressions on hover (#17290) 2025-04-08 09:05:51 +02:00
ast.toml
Cargo.toml
generate.py Add as_group methods to AnyNodeRef (#17048) 2025-03-28 19:42:45 +00:00