ruff
33a56f19 - Don't skip visiting non-tuple slice in `typing.Annotated` subscripts (#17201)

Commit
174 days ago
Don't skip visiting non-tuple slice in `typing.Annotated` subscripts (#17201) Fixes: #17196 ## Summary Skipping these nodes for malformed type expressions would lead to incorrect semantic state, which can in turn mean we emit false positives for rules like `unused-variable`(`F841`) ## Test Plan `cargo nextest run`
Author
Parents
Loading