chore: force conventional commit messages

This commit is contained in:
Roberto Alsina 2024-08-26 21:27:38 -03:00
parent a583b7359e
commit 3d3f9fcc24

View File

@ -3,7 +3,7 @@
repos: repos:
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0 rev: v4.6.0
hooks: hooks:
- id: trailing-whitespace - id: trailing-whitespace
- id: end-of-file-fixer - id: end-of-file-fixer
@ -22,7 +22,7 @@ repos:
- id: checkmake - id: checkmake
exclude: lexers/makefile.xml exclude: lexers/makefile.xml
- repo: https://github.com/python-jsonschema/check-jsonschema - repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.23.2 rev: 0.29.2
hooks: hooks:
- id: check-github-workflows - id: check-github-workflows
- repo: https://github.com/commitizen-tools/commitizen - repo: https://github.com/commitizen-tools/commitizen