From 3d3f9fcc248dea535b7781e7bda2fc5033400af6 Mon Sep 17 00:00:00 2001 From: Roberto Alsina Date: Mon, 26 Aug 2024 21:27:38 -0300 Subject: [PATCH] chore: force conventional commit messages --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cd9e049..755d24a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.6.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -22,7 +22,7 @@ repos: - id: checkmake exclude: lexers/makefile.xml - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.23.2 + rev: 0.29.2 hooks: - id: check-github-workflows - repo: https://github.com/commitizen-tools/commitizen