From db55c105648529b1c183232e108542ad99bd9a28 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 17:58:01 +0000 Subject: [PATCH 1/2] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/biomejs/pre-commit: v2.5.5 → v2.5.6](https://github.com/biomejs/pre-commit/compare/v2.5.5...v2.5.6) - [github.com/astral-sh/ruff-pre-commit: v0.16.0 → v0.16.1](https://github.com/astral-sh/ruff-pre-commit/compare/v0.16.0...v0.16.1) - [github.com/zizmorcore/zizmor-pre-commit: v1.24.1 → v1.29.0](https://github.com/zizmorcore/zizmor-pre-commit/compare/v1.24.1...v1.29.0) --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1ac0969a..305c1257 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ default_stages: minimum_pre_commit_version: 2.16.0 repos: - repo: https://github.com/biomejs/pre-commit - rev: v2.5.5 + rev: v2.5.6 hooks: - id: biome-format exclude: ^\.cruft\.json$ # inconsistent indentation with cruft - file never to be modified manually. @@ -16,7 +16,7 @@ repos: hooks: - id: pyproject-fmt - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.16.0 + rev: v0.16.1 hooks: - id: ruff-check types_or: [python, pyi, jupyter] @@ -38,7 +38,7 @@ repos: args: [--assume-in-merge] - repo: https://github.com/zizmorcore/zizmor-pre-commit - rev: v1.24.1 + rev: v1.29.0 hooks: - id: zizmor args: [--no-progress, --fix] From cac46470cb7c53828da089bd160a57379723b5ec Mon Sep 17 00:00:00 2001 From: ilan-gold Date: Fri, 7 Aug 2026 15:52:25 +0200 Subject: [PATCH 2/2] fix: zizmor --- .github/workflows/test-gpu.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test-gpu.yaml b/.github/workflows/test-gpu.yaml index 3ff37f41..3a356687 100644 --- a/.github/workflows/test-gpu.yaml +++ b/.github/workflows/test-gpu.yaml @@ -102,8 +102,9 @@ jobs: files: test-data/coverage.xml - name: Remove 'run-gpu-ci' Label - if: always() - uses: actions-ecosystem/action-remove-labels@2ce5d41b4b6aa8503e285553f75ed56e0a40bae0 # v1.3.0 - with: - labels: "run-gpu-ci" - github_token: ${{ secrets.GITHUB_TOKEN }} + if: always() && contains(github.event.pull_request.labels.*.name, 'run-gpu-ci') + env: + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GH_REPO: ${{ github.repository }} + PR: ${{ github.event.pull_request.number }} + run: gh pr edit "$PR" --remove-label run-gpu-ci