From 0dd035a8597a061452c2203d3964d6a04024b1ca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Nov 2025 02:12:06 +0000 Subject: [PATCH] build: update pre-commit --- .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 598b268..57bd074 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,11 +1,11 @@ repos: - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook - rev: v9.11.0 + rev: v9.23.0 hooks: - id: commitlint stages: [commit-msg] - repo: https://github.com/golangci/golangci-lint - rev: v1.58.1 + rev: v1.64.8 hooks: - id: golangci-lint - repo: https://github.com/dnephin/pre-commit-golang @@ -13,7 +13,7 @@ repos: hooks: - id: go-mod-tidy - repo: https://github.com/bufbuild/buf - rev: v1.28.1 + rev: v1.61.0 hooks: - id: buf-lint - repo: https://github.com/pre-commit/mirrors-clang-format