From 2e0f7b337eef34d6bab2f98c9f14175114b6b9f6 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 19:43:05 +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/codespell-project/codespell: v2.4.1 → v2.4.2](https://github.com/codespell-project/codespell/compare/v2.4.1...v2.4.2) - [github.com/astral-sh/ruff-pre-commit: v0.14.13 → v0.15.9](https://github.com/astral-sh/ruff-pre-commit/compare/v0.14.13...v0.15.9) - [github.com/rapidsai/pre-commit-hooks: v1.2.1 → v1.4.3](https://github.com/rapidsai/pre-commit-hooks/compare/v1.2.1...v1.4.3) --- .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 ea813d85f0c..ed0e716abea 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -54,7 +54,7 @@ repos: licenses/.* ) - repo: https://github.com/codespell-project/codespell - rev: v2.4.1 + rev: v2.4.2 hooks: - id: codespell types: [markdown] @@ -63,13 +63,13 @@ repos: resources/conduct\.md )$ - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.13 + rev: v0.15.9 hooks: - id: ruff-check args: ["--fix"] - id: ruff-format - repo: https://github.com/rapidsai/pre-commit-hooks - rev: v1.2.1 + rev: v1.4.3 hooks: - id: verify-copyright From 76ec661da88858c7d1d0fb849aa1123f3d89f193 Mon Sep 17 00:00:00 2001 From: James Lamb Date: Tue, 7 Apr 2026 13:54:41 -0500 Subject: [PATCH 2/2] empty commit to retrigger CI