From e37cf9d3f0b582c29cb298cee51b113700670c54 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 20:24:50 +0000 Subject: [PATCH] ci: pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/gitleaks/gitleaks: v8.30.1 → v8.30.0](https://github.com/gitleaks/gitleaks/compare/v8.30.1...v8.30.0) - [github.com/rhysd/actionlint: v1.7.11 → v1.7.12](https://github.com/rhysd/actionlint/compare/v1.7.11...v1.7.12) - [github.com/DavidAnson/markdownlint-cli2: v0.21.0 → v0.22.0](https://github.com/DavidAnson/markdownlint-cli2/compare/v0.21.0...v0.22.0) - [github.com/astral-sh/ruff-pre-commit: v0.15.6 → v0.15.8](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.6...v0.15.8) - [github.com/scop/pre-commit-shfmt: v3.12.0-2 → v3.13.0-1](https://github.com/scop/pre-commit-shfmt/compare/v3.12.0-2...v3.13.0-1) - [github.com/astral-sh/uv-pre-commit: 0.10.10 → 0.11.2](https://github.com/astral-sh/uv-pre-commit/compare/0.10.10...0.11.2) --- .pre-commit-config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 052cc95..4df2fc1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -45,12 +45,12 @@ repos: - id: detect-private-key - repo: https://github.com/gitleaks/gitleaks - rev: v8.30.1 + rev: v8.30.0 hooks: - id: gitleaks - repo: https://github.com/rhysd/actionlint - rev: v1.7.11 + rev: v1.7.12 hooks: - id: actionlint @@ -65,13 +65,13 @@ repos: - id: hadolint-docker - repo: https://github.com/DavidAnson/markdownlint-cli2 - rev: v0.21.0 + rev: v0.22.0 hooks: - id: markdownlint-cli2 args: [--fix] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.6 + rev: v0.15.8 hooks: - id: ruff types_or: [python, pyi, jupyter] @@ -85,7 +85,7 @@ repos: - id: shellcheck - repo: https://github.com/scop/pre-commit-shfmt - rev: v3.12.0-2 + rev: v3.13.0-1 hooks: - id: shfmt @@ -95,7 +95,7 @@ repos: - id: taplo-format - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.10.10 + rev: 0.11.2 hooks: - id: uv-lock