From 3c118e8f320fc43a0fee2ca2d88d283447250f04 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 19:41:57 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.20 → v0.16.1](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.20...v0.16.1) - [github.com/zizmorcore/zizmor-pre-commit: v1.26.1 → v1.29.0](https://github.com/zizmorcore/zizmor-pre-commit/compare/v1.26.1...v1.29.0) - [github.com/rapidsai/pre-commit-hooks: v1.6.0 → v1.6.1](https://github.com/rapidsai/pre-commit-hooks/compare/v1.6.0...v1.6.1) --- .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 5a8e2ca7..cd152c84 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.20 + rev: v0.16.1 hooks: - id: ruff args: ["--config", "pyproject.toml"] @@ -19,11 +19,11 @@ repos: - id: shellcheck args: ["--severity=warning", "--external-sources"] - repo: https://github.com/zizmorcore/zizmor-pre-commit - rev: v1.26.1 + rev: v1.29.0 hooks: - id: zizmor - repo: https://github.com/rapidsai/pre-commit-hooks - rev: v1.6.0 + rev: v1.6.1 hooks: - id: verify-copyright files: |