Merged
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
CI hygiene patch on top of 0.22.0.
ruff format --check src/ tests/was failing onmainbecause 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 trackingmain.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__.pybumped from0.22.0→0.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).v0.22.1and cut a GitHub release, then bump the Geny dependency pin to>=0.22.1,<0.23.0in a follow-on PR.🤖 Generated with Claude Code