fix: replace bare except clauses with specific types (#25) #57

Closed
hermes wants to merge 0 commits from fix/bare-excepts into main
Collaborator

Narrowed exception handling across 28 src/ files.

  • Middleware + error_capture keep broad except Exception (by design)
  • Fixed lint: ValueError for JSON parse, deduplicated ConnectionError
  • 1217 tests passing
Narrowed exception handling across 28 src/ files. - Middleware + error_capture keep broad `except Exception` (by design) - Fixed lint: ValueError for JSON parse, deduplicated ConnectionError - 1217 tests passing
hermes added 1 commit 2026-03-14 19:09:18 +00:00
fix: replace bare except clauses with specific types (#25)
Some checks failed
Tests / lint (pull_request) Successful in 3s
Tests / test (pull_request) Failing after 13s
f9334e0d43
Narrowed exception handling across 28 src/ files. Middleware and error
capture keep broad except (by design — must not let errors escape).
Fixed lint: ValueError for JSON parse, deduplicated ConnectionError.
Rockachopa closed this pull request 2026-03-14 20:35:07 +00:00

Pull request closed

Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Rockachopa/Timmy-time-dashboard#57