ruff/crates/ruff_linter
Zanie Blue 481065238b
Avoid UP028 false negatives with non-reference shadowed bindings of loop variables (#13504)
Closes https://github.com/astral-sh/ruff/issues/13266

Avoids false negatives for shadowed bindings that aren't actually
references to the loop variable. There are some shadowed bindings we
need to support still, e.g., `del` requires the loop variable to exist.
2024-09-25 10:03:09 -05:00
..
resources Avoid UP028 false negatives with non-reference shadowed bindings of loop variables (#13504) 2024-09-25 10:03:09 -05:00
src Avoid UP028 false negatives with non-reference shadowed bindings of loop variables (#13504) 2024-09-25 10:03:09 -05:00
Cargo.toml Bump version to v0.6.7 (#13439) 2024-09-21 13:16:36 -04:00
__init__.py [`pylint`] (Re-)Implement `import-private-name` (`C2701`) (#9553) 2024-01-16 14:03:11 -05:00