ruff/crates/ruff_workspace
Dylan 7997da47f5
[ruff] Implement `incorrectly-parenthesized-tuple-in-subscript` (`RUF031`) (#12480)
Implements the new fixable lint rule `RUF031` which checks for the use or omission of parentheses around tuples in subscripts, depending on the setting `lint.ruff.parenthesize-tuple-in-getitem`. By default, the use of parentheses is considered a violation.
2024-08-07 13:11:29 +00:00
..
src [ruff] Implement `incorrectly-parenthesized-tuple-in-subscript` (`RUF031`) (#12480) 2024-08-07 13:11:29 +00:00
Cargo.toml Move required import parsing out of lint rule (#12536) 2024-07-26 13:35:45 -04:00