Fix ruff format failures across all Python files #14
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#14
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?
Lineage
plan-2026-03-08-tryout-prep→ Phase 1a (CI pipeline fix)Repo
forgejo_admin/basketball-apiUser Story
As a developer
I want CI to pass on the current codebase
So that PRs can be merged and the app can be deployed for the client
Context
Woodpecker CI pipelines fail on
ruff format --checkwith 6 unformatted files. Discovered 2026-03-09 during Woodpecker log investigation — logs were empty due to upstream K8s backend bug (#4409), actual failure found by querying SQLite DB directly. The formatting failures block all builds and deployments.File Targets
Files the agent should modify:
src/basketball_api/models.py-- ruff formatsrc/basketball_api/routes/coach.py-- ruff formatsrc/basketball_api/routes/register.py-- ruff formatsrc/basketball_api/services/coach_onboarding.py-- ruff formattests/test_coach.py-- ruff formattests/test_register.py-- ruff formatAcceptance Criteria
ruff format --check .passes with zero reformats neededruff check .passes (already passing)Test Expectations
ruff format --check .— should report 0 files to reformatruff check .— should report all checks passedruff format --check . && ruff check .Constraints
Checklist
Related
plan-2026-03-08-tryout-prep-- tryout prep plan