mirror of
https://github.com/mfocko/blog.git
synced 2024-11-09 15:59:06 +01:00
chore: update pre-commit hooks
Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
4d3c19fce0
commit
4a9c609acb
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue