From c331c26f1f08477d8b918832a57c485d6c8fe2c9 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 21:09:57 +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/igorshubovych/markdownlint-cli: v0.47.0 → v0.48.0](https://github.com/igorshubovych/markdownlint-cli/compare/v0.47.0...v0.48.0) - [github.com/golangci/golangci-lint: v2.10.1 → v2.11.3](https://github.com/golangci/golangci-lint/compare/v2.10.1...v2.11.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 510a4c6..ed275d0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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: >- @@ -34,7 +34,7 @@ repos: hooks: - id: actionlint - repo: https://github.com/golangci/golangci-lint - rev: v2.10.1 + rev: v2.11.3 hooks: - id: golangci-lint args: [--allow-parallel-runners]