Skip to content

Fix ruff lint: import order and line formatting#128

Merged
zhongwangwei merged 1 commit into
mainfrom
fix/ruff-lint
Jun 12, 2026
Merged

Fix ruff lint: import order and line formatting#128
zhongwangwei merged 1 commit into
mainfrom
fix/ruff-lint

Conversation

@zhongwangwei

Copy link
Copy Markdown
Owner

Resolves the CI ruff check / ruff format --check failures introduced on 5523b09 ("Fix CLI exit, GUI scan, and registry exports").

Changes are formatting-only, no logic:

  • ruff format line-wrapping in gui/config_manager.py, gui/pages/page_preview.py, gui/pages/page_ref_data.py
  • import ordering (I001) in tests/test_gui_scan_alignment_fixes.py

Verification:

  • ruff check src/ tests/ → All checks passed
  • ruff format --check src/ tests/ → 355 files already formatted
  • full suite: 1521 passed, 5 skipped

Resolve CI lint failures on 5523b09 — ruff format line-wrapping in three GUI files and import ordering in the scan-alignment test. No logic changes.
@zhongwangwei zhongwangwei merged commit b52c90b into main Jun 12, 2026
9 of 11 checks passed
@zhongwangwei zhongwangwei deleted the fix/ruff-lint branch June 12, 2026 06:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant