chore: update pre-commit hooks

Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
Matej Focko 2024-07-22 00:07:04 +02:00
parent 4d3c19fce0
commit 4a9c609acb
Signed by: mfocko
SSH key fingerprint: SHA256:icm0fIOSJUpy5+1x23sfr+hLtF9UhY8VpMC7H4WFJP8

View file

@ -5,19 +5,19 @@ exclude: ^(\.docusaurus|build|node_modules|public)/.*$
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.1.0
rev: v4.0.0-alpha.8
hooks:
- id: prettier
exclude: .git/COMMIT_EDITMSG
- repo: https://github.com/commitizen-tools/commitizen
rev: v3.15.0
rev: v3.28.0
hooks:
- id: commitizen
- id: commitizen-branch