v0.2.23
Replace the explicit try/except OSError in _cleanup_stderr_file with contextlib.suppress for a cleaner best-effort removal of the stderr temp file. Move the related imports into local scope and remove an unused import from _enrich_error_with_stderr. Add a noqa comment to the NamedTemporaryFile call to silence the SIM115 linter warning.