Skip to content

style: apply ruff format to fix failing lint check - #2

Merged
strick-j merged 1 commit into
mainfrom
fix/ruff-format
Jul 8, 2026
Merged

style: apply ruff format to fix failing lint check#2
strick-j merged 1 commit into
mainfrom
fix/ruff-format

Conversation

@strick-j

@strick-j strick-j commented Jul 8, 2026

Copy link
Copy Markdown
Owner

Summary

The lint CI job runs ruff format --check onenote_export/ tests/, which was failing on four files. This PR runs ruff format to bring them into compliance.

ruff check (the linter) was already passing — only the formatter check was failing.

Files reformatted

  • onenote_export/parser/content_extractor.py
  • tests/test_content_extractor.py
  • tests/test_eval_notebook.py
  • tests/test_integration.py

Changes are formatting-only (line joining/wrapping, lowercased unicode escapes, trailing-comma call wrapping) — no logic changes.

Verification

  • ruff check onenote_export/ tests/ → All checks passed
  • ruff format --check onenote_export/ tests/ → 28 files already formatted

🤖 Generated with Claude Code

The lint CI job runs `ruff format --check`, which was failing on four
files. Apply `ruff format` to bring them into compliance.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@strick-j
strick-j merged commit 2dc051d into main Jul 8, 2026
10 checks passed
@strick-j
strick-j deleted the fix/ruff-format branch July 8, 2026 17:39
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