From 30720bce271f0495e645fc412366e07598c8b21b Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 23:06:54 +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.5.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v4.5.0) - [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.10.0 → v2.13.0](https://github.com/macisamuele/language-formatters-pre-commit-hooks/compare/v2.10.0...v2.13.0) - [github.com/compilerla/conventional-pre-commit: v2.4.0 → v3.2.0](https://github.com/compilerla/conventional-pre-commit/compare/v2.4.0...v3.2.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..10fe8a8 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.5.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.13.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.2.0 hooks: - id: conventional-pre-commit stages: [commit-msg]