ruff/crates/ruff_linter
Brent Westbrook 6e2b8f9696
[syntax-errors] Detect duplicate keys in match mapping patterns (#17129)
Summary
--

Detects duplicate literals in `match` mapping keys.

This PR also adds a `source` method to `SemanticSyntaxContext` to
display the duplicated key in the error message by slicing out its
range.

Test Plan
--

New inline tests.
2025-04-03 10:22:37 -04:00
..
resources Control flow: return and raise (#17121) 2025-04-03 08:30:29 -05:00
src [syntax-errors] Detect duplicate keys in match mapping patterns (#17129) 2025-04-03 10:22:37 -04:00
Cargo.toml Bump 0.11.3 (#17173) 2025-04-03 09:05:40 -04:00