ruff/crates/ruff_linter
Brent Westbrook d70a3e6753
[syntax-errors] Multiple assignments in case pattern (#16957)
Summary
--

This PR detects multiple assignments to the same name in `case` patterns
by recursively visiting each pattern.

Test Plan
--

New inline tests.
2025-03-26 13:02:42 -04:00
..
resources Fixing various spelling errors (#16924) 2025-03-23 08:08:40 +00:00
src [syntax-errors] Multiple assignments in case pattern (#16957) 2025-03-26 13:02:42 -04:00
Cargo.toml Bump 0.11.2 (#16896) 2025-03-21 09:17:07 -04:00