From 545513050a7b87e3d703ab3115c64229ef285486 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 15:01:46 +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..106a85d 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.18.0 hooks: - id: commitlint stages: [commit-msg] - repo: https://github.com/golangci/golangci-lint - rev: v1.58.1 + rev: v1.62.0 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.47.2 hooks: - id: buf-lint - repo: https://github.com/pre-commit/mirrors-clang-format