From e2995b87f4162340163ada737d522621df945198 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 20:44:26 +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/psf/black: 23.3.0 → 23.7.0](https://github.com/psf/black/compare/23.3.0...23.7.0) - [github.com/pre-commit/mirrors-prettier: v3.0.0 → v3.0.2](https://github.com/pre-commit/mirrors-prettier/compare/v3.0.0...v3.0.2) - [github.com/golangci/golangci-lint: v1.53.3 → v1.54.2](https://github.com/golangci/golangci-lint/compare/v1.53.3...v1.54.2) --- .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 a22de45..ace43ec 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: additional_dependencies: ["@commitlint/config-conventional"] - repo: https://github.com/psf/black - rev: "23.3.0" + rev: "23.7.0" hooks: - id: black @@ -34,7 +34,7 @@ repos: args: [--wrap=80] - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.0.0 + rev: v3.0.2 hooks: - id: prettier types_or: [json, yaml] @@ -45,7 +45,7 @@ repos: - id: markdownlint-cli2 - repo: https://github.com/golangci/golangci-lint - rev: v1.53.3 + rev: v1.54.2 hooks: - id: golangci-lint