Fix ruff format failure on migrate_sqlite_to_postgres.py #86

Merged
forgejo_admin merged 1 commit from 85-fix-ruff-format-migration-script into main 2026-03-06 20:59:27 +00:00
Contributor

Summary

  • Applies ruff format to scripts/migrate_sqlite_to_postgres.py to fix the CI formatting check failure
  • No logic changes — formatting only

Changes

  • scripts/migrate_sqlite_to_postgres.py: reformatted by ruff (whitespace/line-length adjustments)

Test Plan

  • ruff format --check . passes
  • ruff check . passes
  • No logic changes, so no functional tests needed

Review Checklist

  • Passed automated review-fix loop
  • No secrets committed
  • No unnecessary file changes
  • Commit messages are descriptive
  • plan-2026-02-26-tf-modularize-postgres — Phase 5 CI blocker
  • Forgejo issue: #85
## Summary - Applies `ruff format` to `scripts/migrate_sqlite_to_postgres.py` to fix the CI formatting check failure - No logic changes — formatting only ## Changes - `scripts/migrate_sqlite_to_postgres.py`: reformatted by ruff (whitespace/line-length adjustments) ## Test Plan - [x] `ruff format --check .` passes - [x] `ruff check .` passes - [x] No logic changes, so no functional tests needed ## Review Checklist - [x] Passed automated review-fix loop - [x] No secrets committed - [x] No unnecessary file changes - [x] Commit messages are descriptive ## Related Notes - `plan-2026-02-26-tf-modularize-postgres` — Phase 5 CI blocker - Forgejo issue: #85
Fix ruff format failure on migrate_sqlite_to_postgres.py
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
c85a39da31
Closes #85

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
forgejo_admin deleted branch 85-fix-ruff-format-migration-script 2026-03-06 20:59:27 +00:00
Commenting is not possible because the repository is archived.
No description provided.