Skip to content

style: format UI files to unblock CI#58

Merged
AreteDriver merged 2 commits intomainfrom
fix/format-lint
Apr 11, 2026
Merged

style: format UI files to unblock CI#58
AreteDriver merged 2 commits intomainfrom
fix/format-lint

Conversation

@AreteDriver
Copy link
Copy Markdown
Owner

Summary

  • Run black formatter on main_tab.py and main_window_v21.py (the two originally failing files)
  • Also applied black + ruff to the rest of src/ — 29 additional files had pre-existing formatting drift that would have caused the same CI check to fail on future PRs
  • All 43 files in src/ now pass black --check and ruff check cleanly

Test plan

  • CI format/lint job passes on this PR
  • black --check src/ exits 0
  • ruff check src/ exits 0

🤖 Generated with Claude Code

Run black and ruff across all src/ files to unblock CI.
31 files reformatted (29 additional files had pre-existing formatting issues).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 11, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request implements comprehensive code formatting updates across the entire codebase, primarily focusing on line wrapping for long strings, multi-line function signatures, and standardized indentation. These changes appear to be purely stylistic, aimed at improving code readability and consistency without altering any functional logic. Since there are no review comments to assess, I have no feedback to provide.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@AreteDriver AreteDriver merged commit e778edb into main Apr 11, 2026
15 checks passed
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