ruff/crates/ruff_linter
Nikolas Hearp 1c5666ce5d
[RUF051] Ignore if else/elif block is present (#20705)
## Summary

Fixes #20700

`else` and `elif` blocks could previously be deleted when applying a fix
for this rule. If an `else` or `elif` branch is detected the rule will
not trigger. So now the rule will only flag if it is safe.
2025-10-06 08:02:27 -05:00
..
resources [RUF051] Ignore if else/elif block is present (#20705) 2025-10-06 08:02:27 -05:00
src [RUF051] Ignore if else/elif block is present (#20705) 2025-10-06 08:02:27 -05:00
Cargo.toml Bump 0.13.3 (#20685) 2025-10-02 14:14:05 -05:00