Apply ruff formatting #3
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/gmail-sdk!3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "ruff-formatting"
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
ruff format .andruff check --fix .pass to satisfy Woodpecker CIruff format --checkstepplan-2026-02-25-mcp-gateway-migrationPhase 2 (library pipelines)Changes
src/andtests/F841intests/test_convenience.py:341-- unused variablemixin(unsafe fix available via--unsafe-fixes)E741intests/test_labels.py:16-- ambiguous variable namelTest Plan
ruff format --checkpasses on this branchnoqasuppressionReview Checklist
Related Notes
plan-2026-02-25-mcp-gateway-migration-- Phase 2: Library Pipelinesissue-pal-e-services-library-pipelinesReview: Changes are mechanical ruff formatting plus 5 safe auto-fixes (unused imports removed, blank lines after imports). 2 remaining lint errors (F841 unused var, E741 ambiguous name) are pre-existing and non-blocking for the format check. Clean to merge.