ruff/crates/ruff_linter
Charlie Marsh 5bc0d9c324
Add a binding kind for comprehension targets (#9967)
## Summary

I was surprised to learn that we treat `x` in `[_ for x in y]` as an
"assignment" binding kind, rather than a dedicated comprehension
variable.
2024-02-12 20:09:39 -05:00
..
resources [pylint] Avoid suggesting set rewrites for non-hashable types (#9956) 2024-02-12 13:05:54 -05:00
src Add a binding kind for comprehension targets (#9967) 2024-02-12 20:09:39 -05:00
__init__.py [pylint] (Re-)Implement import-private-name (C2701) (#9553) 2024-01-16 14:03:11 -05:00
Cargo.toml Bump version to v0.2.1 (#9843) 2024-02-05 15:31:05 -05:00