From c0f58514e645be4c24c07ff7ecd75e3fd8b2be6d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 20:37:24 +0000 Subject: [PATCH] chore: auto-update of pre-commit hooks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/alessandrojcm/commitlint-pre-commit-hook: v9.24.0 → v9.25.0](https://github.com/alessandrojcm/commitlint-pre-commit-hook/compare/v9.24.0...v9.25.0) - [github.com/igorshubovych/markdownlint-cli: v0.47.0 → v0.48.0](https://github.com/igorshubovych/markdownlint-cli/compare/v0.47.0...v0.48.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/golangci/golangci-lint: v2.10.1 → v2.12.1](https://github.com/golangci/golangci-lint/compare/v2.10.1...v2.12.1) --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 510a4c6..022ec32 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ default_stages: [pre-commit] exclude: ^tests/data/ repos: - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook - rev: v9.24.0 + rev: v9.25.0 hooks: - id: commitlint stages: [commit-msg] @@ -19,7 +19,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.47.0 + rev: v0.48.0 hooks: - id: markdownlint exclude: >- @@ -30,11 +30,11 @@ repos: - id: yamllint exclude: ^(.github/workflows/) - repo: https://github.com/rhysd/actionlint - rev: v1.7.11 + rev: v1.7.12 hooks: - id: actionlint - repo: https://github.com/golangci/golangci-lint - rev: v2.10.1 + rev: v2.12.1 hooks: - id: golangci-lint args: [--allow-parallel-runners]