From 6076047bc891d6640b969d56dbb220936b80d160 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 19:20:20 +0000 Subject: [PATCH] ci: [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/compilerla/conventional-pre-commit: v4.0.0 → v4.1.0](https://github.com/compilerla/conventional-pre-commit/compare/v4.0.0...v4.1.0) --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e4c457c0..3f4c436e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ repos: - id: cargo-fmt stages: [pre-commit] - repo: https://github.com/compilerla/conventional-pre-commit - rev: v4.0.0 + rev: v4.1.0 hooks: - id: conventional-pre-commit stages: [commit-msg]