chore: update pre-commit

Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
Matej Focko 2024-01-03 19:31:11 +01:00
parent 92c52677e9
commit e63dbba74a
Signed by: mfocko
GPG key ID: 7C47D46246790496

View file

@ -1,14 +1,17 @@
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
exclude: ^(\.docusaurus|build|node_modules|public)/.*$
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
rev: v4.5.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: v2.2.1
rev: v3.1.0
hooks:
- id: prettier