From 1d879162e2402a31f647e912219577eab7043f68 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 17:47:22 +0000 Subject: [PATCH] build(pre-commit): Apply hook rev updates MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/alessandrojcm/commitlint-pre-commit-hook: v9.16.0 → v9.17.0](https://github.com/alessandrojcm/commitlint-pre-commit-hook/compare/v9.16.0...v9.17.0) - [github.com/golangci/golangci-lint: v1.59.1 → v1.60.3](https://github.com/golangci/golangci-lint/compare/v1.59.1...v1.60.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 737cdbf..6a80523 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook - rev: v9.16.0 + rev: v9.17.0 hooks: - id: commitlint stages: [commit-msg] @@ -40,7 +40,7 @@ repos: args: [--prose-wrap=always] - repo: https://github.com/golangci/golangci-lint - rev: v1.59.1 + rev: v1.60.3 hooks: - id: golangci-lint