mirror of
https://github.com/mfocko/blog.git
synced 2024-12-04 01:46:12 +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:
|
repos:
|
||||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
rev: v4.5.0
|
rev: v4.6.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: trailing-whitespace
|
- id: trailing-whitespace
|
||||||
- id: end-of-file-fixer
|
- id: end-of-file-fixer
|
||||||
- id: check-yaml
|
- id: check-yaml
|
||||||
- id: check-added-large-files
|
- id: check-added-large-files
|
||||||
- repo: https://github.com/pre-commit/mirrors-prettier
|
- repo: https://github.com/pre-commit/mirrors-prettier
|
||||||
rev: v3.1.0
|
rev: v4.0.0-alpha.8
|
||||||
hooks:
|
hooks:
|
||||||
- id: prettier
|
- id: prettier
|
||||||
exclude: .git/COMMIT_EDITMSG
|
exclude: .git/COMMIT_EDITMSG
|
||||||
- repo: https://github.com/commitizen-tools/commitizen
|
- repo: https://github.com/commitizen-tools/commitizen
|
||||||
rev: v3.15.0
|
rev: v3.28.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: commitizen
|
- id: commitizen
|
||||||
- id: commitizen-branch
|
- id: commitizen-branch
|
||||||
|
|
Loading…
Reference in a new issue