|
@@ -9,13 +9,13 @@ repos:
|
|
|
- id: go-unit-tests
|
|
|
- id: go-build
|
|
|
|
|
|
- - repo: https://github.com/prettier/prettier
|
|
|
- rev: 2.0.5 # Use the sha or tag you want to point at
|
|
|
+ - repo: https://github.com/pre-commit/mirrors-prettier
|
|
|
+ rev: v2.2.1 # Use the sha or tag you want to point at
|
|
|
hooks:
|
|
|
- id: prettier
|
|
|
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
|
- rev: v3.2.0 # Use the ref you want to point at
|
|
|
+ rev: v3.4.0 # Use the ref you want to point at
|
|
|
hooks:
|
|
|
- id: trailing-whitespace
|
|
|
- id: check-json
|
|
@@ -23,7 +23,7 @@ repos:
|
|
|
- id: check-added-large-files
|
|
|
|
|
|
- repo: https://github.com/Woile/commitizen
|
|
|
- rev: v2.1.0
|
|
|
+ rev: v2.15.3
|
|
|
hooks:
|
|
|
- id: commitizen
|
|
|
stages: [commit-msg]
|