ruff/crates/ruff_linter/resources/test/fixtures/flake8_blind_except
Charlie Marsh 1bb61bab67
Respect logged and re-raised expressions in nested statements (#11301)
## Summary

Historically, we only ignored `flake8-blind-except` if you re-raised or
logged the exception as a _direct_ child statement; but it could be
nested somewhere. This was just a known limitation at the time of adding
the previous logic.

Closes https://github.com/astral-sh/ruff/issues/11289.
2024-05-05 21:52:09 -04:00
..
BLE.py Respect logged and re-raised expressions in nested statements (#11301) 2024-05-05 21:52:09 -04:00