ruff/crates/ruff_linter
Dan a95fe58d8f Handle loop variable capture in nested functions for B023
Improves detection of loop variable capture in nested functions for the flake8-bugbear B023 rule. Adds a test case and updates logic to track outer function parameters, ensuring variables bound in outer scopes are not incorrectly flagged.
2025-10-31 16:47:56 -04:00
..
resources Handle loop variable capture in nested functions for B023 2025-10-31 16:47:56 -04:00
src Handle loop variable capture in nested functions for B023 2025-10-31 16:47:56 -04:00
Cargo.toml Bump 0.13.1 (#20473) 2025-09-18 19:25:17 +00:00