fix: format tests/test_players.py to pass ruff check #476
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!476
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "475-fix-ruff-format"
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
tests/test_players.pyfailsruff format --check, causing every push-to-main pipeline to show red. One file, formatting only.Changes
tests/test_players.py— appliedruff format(4 insertions, 1 deletion)Review Checklist
ruff format --check .passes locallyTest Plan
Related Notes
None.
Related
Closes #475
Unblocks deploy of #473 (first-payment 409 fix)
PR #476 Review
DOMAIN REVIEW
Python formatting change only. The diff reformats a single dictionary literal in
tests/test_players.pyfrom a one-liner to a multi-line format with trailing comma -- standardruff formatoutput. No imports changed, no logic changed, no test behavior changed.BLOCKERS
None.
NITS
None.
SOP COMPLIANCE
475-fix-ruff-format)Closes #475)PROCESS OBSERVATIONS
This is a high-value low-risk fix. A formatting failure blocking all push-to-main pipelines means zero deployments can show green. Merging this directly improves deployment frequency (DORA DF) by unblocking the pipeline for all subsequent PRs, including #473 (first-payment 409 fix).
VERDICT: APPROVED