Skip to content

chore: ruff format + bump to v0.22.1#28

Merged
CocoRoF merged 1 commit intomainfrom
fix/ruff-format-bump-v0221
Apr 20, 2026
Merged

chore: ruff format + bump to v0.22.1#28
CocoRoF merged 1 commit intomainfrom
fix/ruff-format-bump-v0221

Conversation

@CocoRoF
Copy link
Copy Markdown
Owner

@CocoRoF CocoRoF commented Apr 20, 2026

Summary

CI hygiene patch on top of 0.22.0. ruff format --check src/ tests/ was failing on main because 11 files touched by the 0.22.0 PR stack had diverged from the project's default ruff formatter. Tagging a 0.22.1 patch release so Geny can pin against a clean version rather than tracking main.

  • ruff format src/ tests/ applied — 11 files reformatted (no logic changes, whitespace/line-wrap only).
  • ruff check src/ tests/ passes.
  • pyproject.toml + src/geny_executor/__init__.py bumped from 0.22.00.22.1.
  • CHANGELOG.md: new [0.22.1] entry above [0.22.0] explicitly scoped to "CI hygiene" — calls out no runtime behavior change.

Test plan

  • ruff format --check src/ tests/ → 312 files already formatted.
  • ruff check src/ tests/ → All checks passed.
  • pytest tests/unit tests/contract tests/integration → 1003 passed, 5 skipped (identical to 0.22.0).
  • After merge: tag v0.22.1 and cut a GitHub release, then bump the Geny dependency pin to >=0.22.1,<0.23.0 in a follow-on PR.

🤖 Generated with Claude Code

CI ruff format check was failing on main after PR #25 landed — 11
files touched by the 0.22.0 PR stack had diverged from the project's
default ruff format settings. Applying `ruff format` and tagging a
0.22.1 patch release so Geny can pin against a clean version rather
than tracking main.

- `ruff format src/ tests/` — 11 files reformatted.
- `ruff check src/ tests/` — All checks passed.
- `pytest tests/unit tests/contract tests/integration` — 1003 passed,
  5 skipped (identical to 0.22.0).
- pyproject.toml / __init__.py / CHANGELOG.md bumped to 0.22.1. The
  changelog entry is explicitly scoped to "CI hygiene" — no runtime
  behavior change.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@CocoRoF CocoRoF merged commit 273a6c1 into main Apr 20, 2026
6 checks passed
@CocoRoF CocoRoF deleted the fix/ruff-format-bump-v0221 branch April 20, 2026 06:01
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