ruff/crates/ruff_linter
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
..
resources Respect logged and re-raised expressions in nested statements (#11301) 2024-05-05 21:52:09 -04:00
src Respect logged and re-raised expressions in nested statements (#11301) 2024-05-05 21:52:09 -04:00
__init__.py [pylint] (Re-)Implement import-private-name (C2701) (#9553) 2024-01-16 14:03:11 -05:00
Cargo.toml Bump version to v0.4.3 (#11274) 2024-05-03 18:48:31 -04:00