Fix ruff format on email.py — CI deploy blocker #332
Labels
No labels
domain:backend
domain:devops
domain:frontend
status:approved
status:in-progress
status:needs-fix
status:qa
type:bug
type:devops
type:feature
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
forgejo_admin/basketball-api#332
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Type
Bug
Lineage
Discovered after merging email PRs #317, #318, #329. All 3 failed CI
ruff format --checkstep, blockingupdate-kustomize-tagand preventing deploy.NOTE: Fix was pushed directly to main (commit
5ad9fab) without a PR. Retroactive scoping.Repo
forgejo_admin/basketball-apiWhat Broke
ruff format --checkfailed onemail.pyafter 3 email PRs merged. The CI test step returned exit 1, which skippedupdate-kustomize-tag, meaning none of the email endpoints deployed despite images building successfully.Repro Steps
ruff format --check src/basketball_api/services/email.pyExpected Behavior
CI should pass. Agents should run
ruff format --checkbefore pushing.Environment
File Targets
src/basketball_api/services/email.py— formatting fix (commit5ad9fab)Acceptance Criteria
ruff formatapplied to email.pyupdate-kustomize-tagTest Expectations
Constraints
ruff format --checkbefore pushingChecklist
5ad9fab, pushed directly to main)Related
westside-basketball— project this affectsScope Review: READY
Review note:
review-791-2026-04-03Fix verified:
ruff format --checkpasses on email.py and all 91 repo files. Pre-commit hooks exist but were bypassed.arch-basketball-apiin pal-e-docs