From 0e0201d6ddf7d7c6f71403084c903b0296dc7d62 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 19:01:07 +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/golangci/golangci-lint: v2.13.1 → v2.13.2](https://github.com/golangci/golangci-lint/compare/v2.13.1...v2.13.2) - [github.com/renovatebot/pre-commit-hooks: 44.40.0 → 44.69.3](https://github.com/renovatebot/pre-commit-hooks/compare/44.40.0...44.69.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 2e63da2..157522a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,14 +19,14 @@ repos: - id: shfmt - repo: https://github.com/golangci/golangci-lint - rev: v2.13.1 + rev: v2.13.2 hooks: - id: golangci-lint-full - id: golangci-lint-fmt - id: golangci-lint-config-verify - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 44.40.0 + rev: 44.69.3 hooks: # The lint workflow runs this too. It cannot run on pre-commit.ci, whose # 250MiB tier limit this hook's 400MiB node environment does not fit.