From 47e2650a482701f191622ae6b76a9e9f81e7f1a4 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 00:14:53 +0000 Subject: [PATCH] chore: pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v4.6.0) - [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.10.0 → v2.14.0](https://github.com/macisamuele/language-formatters-pre-commit-hooks/compare/v2.10.0...v2.14.0) - [github.com/compilerla/conventional-pre-commit: v2.4.0 → v3.4.0](https://github.com/compilerla/conventional-pre-commit/compare/v2.4.0...v3.4.0) --- .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 99996ec..ce354a2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,13 +2,13 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.6.0 hooks: - id: check-yaml - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks - rev: v2.10.0 + rev: v2.14.0 hooks: - id: pretty-format-yaml args: @@ -16,7 +16,7 @@ repos: - --indent - '2' - repo: https://github.com/compilerla/conventional-pre-commit - rev: v2.4.0 + rev: v3.4.0 hooks: - id: conventional-pre-commit stages: [commit-msg]