ruff/crates/ruff_linter
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
..
resources [ruff] Implement `incorrectly-parenthesized-tuple-in-subscript` (`RUF031`) (#12480) 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 Release Ruff 0.5.6 (#12629) 2024-08-02 17:35:14 +02:00
__init__.py [`pylint`] (Re-)Implement `import-private-name` (`C2701`) (#9553) 2024-01-16 14:03:11 -05:00