From 676ced02272cd3653bf73660db13e79df5ed7320 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 23:06:28 +0000 Subject: [PATCH] chore(deps): update pre-commit hook compilerla/conventional-pre-commit to v3.5.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 235eb239..b523ea6c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -35,7 +35,7 @@ repos: - types-PyYAML - types-jsonschema - repo: https://github.com/compilerla/conventional-pre-commit - rev: v3.4.0 + rev: v3.5.0 hooks: - id: conventional-pre-commit stages: [commit-msg]