chore: update rhiza to v1.2.5 - #902
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR syncs the repository’s Rhiza template from v1.2.1 to v1.2.5, updating template lock metadata, CI reusable workflow pins, and associated tooling/test expectations under .rhiza/.
Changes:
- Bump Rhiza template ref/lock to
v1.2.5and update synced file list (droppingreleasing.mk). - Update template-provided checks and bumpversion configuration, including classifier validation changes.
- Refresh pre-commit hook versions and update GitHub Actions workflow references (notably the release workflow’s git-auth action).
Reviewed changes
Copilot reviewed 14 out of 15 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| ruff.toml | Adjusts Ruff configuration (notably around Python version targeting). |
| .rhiza/tests/test_pyproject.py | Updates template tests for project classifiers (Python versions; no deprecated license classifiers). |
| .rhiza/template.yml | Pins the Rhiza template ref to v1.2.5. |
| .rhiza/template.lock | Updates template lock SHA/ref and removes releasing.mk from the synced file list. |
| .rhiza/make.d/releasing.mk | Removes the template-provided releasing helpers (dropped upstream). |
| .rhiza/.cfg.toml | Refines bumpversion file rewrite logic (regex anchoring) and adds downstream guidance. |
| .pre-commit-config.yaml | Bumps pre-commit hook versions (ruff, betterleaks, uv, etc.). |
| .github/workflows/rhiza_release.yml | Switches git-auth setup to jebel-quant/actions/configure-git-auth pinned by SHA. |
| .github/workflows/rhiza_paper.yml | Updates reusable workflow pin to v1.2.5. |
| .github/workflows/rhiza_mutation.yml | Updates reusable workflow pin to v1.2.5. |
| .github/workflows/rhiza_marimo.yml | Updates reusable workflow pin to v1.2.5. |
| .github/workflows/rhiza_codeql.yml | Updates reusable workflow pin to v1.2.5. |
| .github/workflows/rhiza_ci.yml | Updates reusable workflow pin to v1.2.5. |
| .github/workflows/rhiza_book.yml | Updates reusable workflow pin to v1.2.5. |
| .github/workflows/rhiza_benchmark.yml | Updates reusable workflow pin to v1.2.5. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
4
to
+6
| # Maximum line length for the entire project | ||
| line-length = 120 | ||
| # Target Python version | ||
| target-version = "py311" | ||
| # Target Python version is inferred from project.requires-python. |
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.
Template:
jebel-quant/rhizav1.2.1→v1.2.5No gates were run — run
/rhiza:qualityfor a scorecard.