Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/rhiza_benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ on:

jobs:
benchmark:
uses: jebel-quant/rhiza/.github/workflows/rhiza_benchmark.yml@v1.5.1
uses: jebel-quant/rhiza/.github/workflows/rhiza_benchmark.yml@v1.5.2
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/rhiza_book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ permissions:

jobs:
book:
uses: jebel-quant/rhiza/.github/workflows/rhiza_book.yml@v1.5.1
uses: jebel-quant/rhiza/.github/workflows/rhiza_book.yml@v1.5.2
secrets: inherit
permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rhiza_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ on:

jobs:
ci:
uses: jebel-quant/rhiza/.github/workflows/rhiza_ci.yml@v1.5.1
uses: jebel-quant/rhiza/.github/workflows/rhiza_ci.yml@v1.5.2
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/rhiza_codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ on:

jobs:
codeql:
uses: jebel-quant/rhiza/.github/workflows/rhiza_codeql.yml@v1.5.1
uses: jebel-quant/rhiza/.github/workflows/rhiza_codeql.yml@v1.5.2
secrets: inherit
permissions:
security-events: write # Upload CodeQL results to code scanning
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rhiza_marimo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ on:

jobs:
marimo:
uses: jebel-quant/rhiza/.github/workflows/rhiza_marimo.yml@v1.5.1
uses: jebel-quant/rhiza/.github/workflows/rhiza_marimo.yml@v1.5.2
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/rhiza_paper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ on:

jobs:
paper:
uses: jebel-quant/rhiza/.github/workflows/rhiza_paper.yml@v1.5.1
uses: jebel-quant/rhiza/.github/workflows/rhiza_paper.yml@v1.5.2
secrets: inherit
# `contents: read` only. The `write` scope this stub used to grant existed solely for
# the retired branch push; compiling and uploading an artifact need no write access.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rhiza_scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ permissions: read-all

jobs:
scorecard:
uses: jebel-quant/rhiza/.github/workflows/rhiza_scorecard.yml@v1.5.1
uses: jebel-quant/rhiza/.github/workflows/rhiza_scorecard.yml@v1.5.2
secrets: inherit
permissions:
security-events: write # Upload the SARIF results to code scanning
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rhiza_weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ on:

jobs:
weekly:
uses: jebel-quant/rhiza/.github/workflows/rhiza_weekly.yml@v1.5.1
uses: jebel-quant/rhiza/.github/workflows/rhiza_weekly.yml@v1.5.2
secrets: inherit
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ repos:
groups: ["lint", "fast"]

- repo: https://github.com/abravalheri/validate-pyproject
rev: 0.26
rev: "0.26"
hooks:
- id: validate-pyproject
groups: ["python", "fast"]
Expand Down
6 changes: 3 additions & 3 deletions .rhiza/template.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sha: de568b1e79e5871c58b4349762ce9dfd31d73e99
sha: bb365b643155b80d93bbd9c20fb9e55f42f1fb33
repo: jebel-quant/rhiza
host: github
ref: v1.5.1
ref: v1.5.2
include: []
exclude:
- SECURITY.md
Expand Down Expand Up @@ -46,5 +46,5 @@ files:
- pytest.ini
- ruff.toml
- tests/test_rhiza_packaging.py
synced_at: '2026-08-23T12:39:53Z'
synced_at: '2026-08-24T04:41:32Z'
strategy: merge
2 changes: 1 addition & 1 deletion .rhiza/template.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
repository: "jebel-quant/rhiza"
ref: "v1.5.1"
ref: "v1.5.2"

profiles:
- github-project
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# Repo-specific *tasks* go in a `rhiza_task.tasks` entry point, repo-specific *targets* in
# `local.mk`, which core deliberately does not ignore. Nothing goes below the shim: this
# file is synced, so the next `/rhiza:update` overwrites whatever was appended to it.
RHIZA_TASK ?= rhiza-task@1.1.0
RHIZA_TASK ?= rhiza-task@1.3.1

# uv cannot be delegated, because uv is what runs the CLI. Prepended so a machine carrying
# an older uv still resolves the pin, exported because task bodies shell out to bare `uv`.
Expand Down