From 5ebe2e3a64f2b38022ac156acc62bd4400d1f502 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 19:58:09 +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..1031070 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.17.0 hooks: - id: commitlint stages: [commit-msg] - repo: https://github.com/golangci/golangci-lint - rev: v1.58.1 + rev: v1.61.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.40.1 hooks: - id: buf-lint - repo: https://github.com/pre-commit/mirrors-clang-format