Skip to content

Resolve ruff linting errors - #277

Merged
RalfG merged 3 commits into
mainfrom
fix/ruff-errors
Jul 24, 2026
Merged

Resolve ruff linting errors#277
RalfG merged 3 commits into
mainfrom
fix/ruff-errors

Conversation

@RalfG

@RalfG RalfG commented Jul 24, 2026

Copy link
Copy Markdown
Member

No description provided.

@RalfG RalfG modified the milestones: v4.1.0, v4.0.1 Jul 24, 2026
Address BLE001, SIM115, B006, TRY004, and LOG015 findings: switch
blind excepts to logger.exception where traceback logging is useful,
add noqa with rationale for genuinely intentional broad catches,
replace mutable default arguments, use a module logger instead of
the root logger, and use context managers for file opens where the
handle doesn't need to outlive the block.

Co-authored-by: Copilot <copilot@github.com>
@RalfG
RalfG merged commit 7d2abba into main Jul 24, 2026
6 checks passed
@RalfG
RalfG deleted the fix/ruff-errors branch July 24, 2026 21:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

1 participant