ruff/crates/ruff_linter
Zanie Blue 58a8e9c511
Fix handling of slices in tuples for FURB118, e.g., `x[:, 1]` (#13518)
There was already handling for the singleton `x[:]` case but not the
tuple case.

Closes https://github.com/astral-sh/ruff/issues/13508
2024-09-26 14:20:03 +00:00
..
resources Fix handling of slices in tuples for FURB118, e.g., `x[:, 1]` (#13518) 2024-09-26 14:20:03 +00:00
src Fix handling of slices in tuples for FURB118, e.g., `x[:, 1]` (#13518) 2024-09-26 14:20:03 +00:00
Cargo.toml Bump version to 0.6.8 (#13522) 2024-09-26 14:09:03 +02:00
__init__.py [`pylint`] (Re-)Implement `import-private-name` (`C2701`) (#9553) 2024-01-16 14:03:11 -05:00