Files
ruff/crates
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
..
2025-10-03 08:18:03 -04:00
2025-10-02 14:14:05 -05:00