mirror of
https://github.com/astral-sh/ruff
synced 2026-01-23 06:20:55 -05:00
Summary -- This PR detects multiple assignments to the same name in `case` patterns by recursively visiting each pattern. Test Plan -- New inline tests.