chore: update rhiza to v1.3.3 - #85
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Syncs this repository’s Rhiza template pin from v1.3.2 to v1.3.3, updating shared development infrastructure (Make targets, pre-commit hooks, and security/license tooling) that the project relies on.
Changes:
- Bump Rhiza template ref/lock to
v1.3.3(including updated sync SHA/timestamp). - Tighten the license compliance gate to use substring matching (
--partial-match) and add an opt-inLICENSE_IGNORE_PACKAGESescape hatch (with marimo exemptingdocutils). - Update pre-commit hook revisions and centralize Bandit scope in
.bandit(with pre-commit now pointing at it).
Reviewed changes
Copilot reviewed 6 out of 7 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| docs/development/TESTS.md | Minor formatting tweak in a Hypothesis example code block. |
| .rhiza/template.yml | Update Rhiza template ref to v1.3.3. |
| .rhiza/template.lock | Update locked template SHA/ref and sync timestamp. |
| .rhiza/make.d/python.mk | License gate now uses --partial-match and supports LICENSE_IGNORE_PACKAGES. |
| .rhiza/make.d/marimo.mk | Exempts docutils from the license gate via LICENSE_IGNORE_PACKAGES +=. |
| .pre-commit-config.yaml | Bumps hook versions; Bandit hook now relies on .bandit for scope. |
| .bandit | Adds Bandit exclude scope configuration and explanatory comments. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Comment on lines
+9
to
+13
| # how it was invoked: a recursive `bandit -r .` discovers `./tests/foo.py`, | ||
| # whereas pre-commit passes `tests/foo.py`. So `./tests` alone silently covers | ||
| # only the recursive case and `tests` alone only the pre-commit case — a | ||
| # one-spelling list looks correct and half-works. Verified in | ||
| # tests/security/test_security_patterns.py, which runs bandit both ways. |
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/rhiza:v1.3.2→v1.3.3.No gates were run — run
/rhiza:qualityfor a scorecard.