mirror of
https://github.com/astral-sh/ruff
synced 2026-01-21 13:30:49 -05:00
We now only trigger `logging-exc-info` and `logging-redundant-exc-info` when in an exception handler, with an `exc_info` that isn't `true` or `sys.exc_info()`. Closes #2356.