Fix ruff format failures across all Python files #15
No reviewers
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!15
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "14-fix-ruff-format-failures-across-all-pyth"
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?
Summary
Run
ruff format .to fix formatting in 6 Python files. No logic changes -- formatting only.Changes
src/basketball_api/models.py-- reformattedsrc/basketball_api/routes/coach.py-- reformattedsrc/basketball_api/routes/register.py-- reformattedsrc/basketball_api/services/coach_onboarding.py-- reformattedtests/test_coach.py-- reformattedtests/test_register.py-- reformattedTest Plan
ruff format --check .passes with 0 files needing changesruff check .passes with no lint errorsReview Checklist
ruff format --check .passesruff check .passesRelated