From 825dc4cb059f3e33841c126b16c8b737b0db5efd Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 17:40:00 +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.14.0 → v9.16.0](https://github.com/alessandrojcm/commitlint-pre-commit-hook/compare/v9.14.0...v9.16.0) - [github.com/psf/black: 24.3.0 → 24.4.2](https://github.com/psf/black/compare/24.3.0...24.4.2) - [github.com/golangci/golangci-lint: v1.57.2 → v1.58.1](https://github.com/golangci/golangci-lint/compare/v1.57.2...v1.58.1) --- .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 e44be81..8fd8857 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,14 +10,14 @@ repos: - id: trailing-whitespace - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook - rev: v9.14.0 + rev: v9.16.0 hooks: - id: commitlint stages: [commit-msg] additional_dependencies: ["@commitlint/config-conventional"] - repo: https://github.com/psf/black - rev: "24.3.0" + rev: "24.4.2" hooks: - id: black @@ -40,7 +40,7 @@ repos: args: [--prose-wrap=always] - repo: https://github.com/golangci/golangci-lint - rev: v1.57.2 + rev: v1.58.1 hooks: - id: golangci-lint