ruff/crates/ruff_linter/src/checkers
Charlie Marsh 1344c8a4e2
Group redefinition fixes by source statement (#15574)
## Summary

Like unused imports, we should create a single fix for all redefined
members in a single statement.

Closes https://github.com/astral-sh/ruff/issues/15182.
2025-01-18 17:31:58 -05:00
..
ast Group redefinition fixes by source statement (#15574) 2025-01-18 17:31:58 -05:00
filesystem.rs [flake8-builtins] Rename A005 and improve its error message (#15348) 2025-01-08 12:38:34 +00:00
imports.rs Detect empty implicit namespace packages (#14236) 2024-11-09 22:03:34 -05:00
logical_lines.rs ruff_linter: adjust empty spans after line terminator more generally 2025-01-15 13:37:52 -05:00
mod.rs Rename ruff crate to ruff_linter (#7529) 2023-09-20 08:38:27 +02:00
noqa.rs [ruff] Detect redirected-noqa in file-level comments (RUF101) (#14635) 2024-11-27 18:25:47 +01:00
physical_lines.rs Extract LineIndex independent methods from Locator (#13938) 2024-10-28 07:53:41 +00:00
tokens.rs [pycodestyle] Handle each cell separately for too-many-newlines-at-end-of-file (W391) (#15308) 2025-01-09 10:50:39 -06:00