Fix ruff format failures across all Python files #15

Merged
forgejo_admin merged 1 commit from 14-fix-ruff-format-failures-across-all-pyth into main 2026-03-09 22:37:48 +00:00

Summary

Run ruff format . to fix formatting in 6 Python files. No logic changes -- formatting only.

Changes

  • src/basketball_api/models.py -- reformatted
  • src/basketball_api/routes/coach.py -- reformatted
  • src/basketball_api/routes/register.py -- reformatted
  • src/basketball_api/services/coach_onboarding.py -- reformatted
  • tests/test_coach.py -- reformatted
  • tests/test_register.py -- reformatted

Test Plan

  • ruff format --check . passes with 0 files needing changes
  • ruff check . passes with no lint errors
  • No logic changes, only whitespace/formatting

Review Checklist

  • ruff format --check . passes
  • ruff check . passes
  • No logic changes, formatting only
  • All 6 files from issue #14 addressed
## Summary Run `ruff format .` to fix formatting in 6 Python files. No logic changes -- formatting only. ## Changes - `src/basketball_api/models.py` -- reformatted - `src/basketball_api/routes/coach.py` -- reformatted - `src/basketball_api/routes/register.py` -- reformatted - `src/basketball_api/services/coach_onboarding.py` -- reformatted - `tests/test_coach.py` -- reformatted - `tests/test_register.py` -- reformatted ## Test Plan - `ruff format --check .` passes with 0 files needing changes - `ruff check .` passes with no lint errors - No logic changes, only whitespace/formatting ## Review Checklist - [x] `ruff format --check .` passes - [x] `ruff check .` passes - [x] No logic changes, formatting only - [x] All 6 files from issue #14 addressed ## Related - Closes #14
Fix ruff formatting across all Python files
Some checks failed
ci/woodpecker/pr/woodpecker Pipeline failed
d950db6a08
Run `ruff format .` to fix formatting in 6 files. No logic changes.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
forgejo_admin deleted branch 14-fix-ruff-format-failures-across-all-pyth 2026-03-09 22:37:48 +00:00
Sign in to join this conversation.
No description provided.