From 9eabcf02513db1c73beff1c48af9327246abda3d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 19:44:55 +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.14.14 → v0.15.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.14.14...v0.15.4) - [github.com/rapidsai/pre-commit-hooks: v1.4.1 → v1.4.3](https://github.com/rapidsai/pre-commit-hooks/compare/v1.4.1...v1.4.3) --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d26b287f..9ac18558 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.14.14 + rev: v0.15.4 hooks: - id: ruff args: ["--config", "pyproject.toml"] @@ -19,7 +19,7 @@ repos: - id: shellcheck args: ["--severity=warning", "--external-sources"] - repo: https://github.com/rapidsai/pre-commit-hooks - rev: v1.4.1 + rev: v1.4.3 hooks: - id: verify-copyright files: |