ruff/crates/red_knot_python_semantic
Douglas Creager d4126f6049
Handle type[Any] correctly (#14876)
This adds support for `type[Any]`, which represents an unknown type (not
an instance of an unknown type), and `type`, which we are choosing to
interpret as `type[object]`.

Closes #14546
2024-12-10 16:12:37 -05:00
..
resources Handle type[Any] correctly (#14876) 2024-12-10 16:12:37 -05:00
src Handle type[Any] correctly (#14876) 2024-12-10 16:12:37 -05:00
tests mdtest: include test name in printed rerun command (#14684) 2024-11-30 11:01:06 +00:00
build.rs Modernize build scripts (#13837) 2024-10-20 22:35:35 +01:00
Cargo.toml [red-knot] Add infrastructure to declare lints (#14873) 2024-12-10 16:14:44 +00:00