Skip to content

fix(ci): apply ruff format to sessions.py post-merge#14

Merged
valehdba merged 1 commit into
mainfrom
fix/post-merge-format
May 10, 2026
Merged

fix(ci): apply ruff format to sessions.py post-merge#14
valehdba merged 1 commit into
mainfrom
fix/post-merge-format

Conversation

@valehdba
Copy link
Copy Markdown
Owner

Summary

#13 merged a state of _issue_token_pair's signature that violates ruff format's line-folding rule — the args fit on a single 100-col line, so ruff prefers them flat. The multi-line form was an artifact of how the two in-PR fix commits combined during squash.

Post-merge + "CI / server (python) / Format check (ruff format)" + is failing on main as a result. Single-line fix.

Verification (local)

  • + "ruff format --check src tests" + 24 files already formatted
  • + "ruff check ." + All checks passed
  • + "pytest -q" + 52 passed, 84.19% coverage ✓

🤖 Generated with Claude Code

The PR #13 squash-merge produced a state of `_issue_token_pair`'s
signature that violates ruff format's line-folding rule (the args fit
on a single 100-col line, so ruff prefers them flat — the multi-line
form was an artifact of how the two fix commits combined).

Ruff format clean again. 52 server tests still pass.
@valehdba valehdba merged commit 271fc3a into main May 10, 2026
7 checks passed
@valehdba valehdba deleted the fix/post-merge-format branch May 10, 2026 17:22
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