ruff/crates/ruff_linter
Charlie Marsh 0ac124acef
Make unpacked assignment a flag rather than a BindingKind (#8595)
## Summary

An assignment can be _both_ (e.g.) a loop variable _and_ assigned via
unpacking. In other words, unpacking is a quality of an assignment, not
a _kind_.
2023-11-09 21:41:30 -05:00
..
resources/test Support local and dynamic class- and static-method decorators (#8592) 2023-11-10 02:04:25 +00:00
src Make unpacked assignment a flag rather than a BindingKind (#8595) 2023-11-09 21:41:30 -05:00
Cargo.toml Prepare release 0.1.5 (#8570) 2023-11-08 16:00:57 -06:00