mirror of https://github.com/astral-sh/ruff
## Summary - Adds new RUF103 and RUF104 diagnostics for invalid and unmatched suppression comments - Reports RUF100 for any unused range suppression - Reports RUF102 for range suppression comment with invalid rule codes - Reports RUF103 for range suppression comment with invalid suppression syntax - Reports RUF104 diagnostics for any unmatched range suppression comment (disable w/o enable) ## Test Plan Updated snapshots from test cases with unmatched suppression comments Issue #3711 Fixes #21878 Fixes #21875 |
||
|---|---|---|
| .. | ||
| fixtures | ||
| package | ||
| project | ||
| __init__.py | ||
| disallowed_rule_names.txt | ||