From 2c5af846b272e96f365c207baea873899e66ffd8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 23:02:43 +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..a3b5437 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.16.0 hooks: - id: commitlint stages: [commit-msg] - repo: https://github.com/golangci/golangci-lint - rev: v1.58.1 + rev: v1.60.3 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.39.0 hooks: - id: buf-lint - repo: https://github.com/pre-commit/mirrors-clang-format