fix(pre-commit): use prettier mirror and pin version
This commit is contained in:
parent
af9d6e9b05
commit
daf3a4af75
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
|||
fail_fast: false
|
||||
repos:
|
||||
- repo: https://github.com/pocc/pre-commit-hooks
|
||||
rev: master
|
||||
rev: v1.1.1
|
||||
hooks:
|
||||
- id: clang-format
|
||||
args:
|
||||
- -i
|
||||
- repo: https://github.com/prettier/prettier
|
||||
rev: master
|
||||
- repo: https://github.com/pre-commit/mirrors-prettier
|
||||
rev: v2.2.1
|
||||
hooks:
|
||||
- id: prettier
|
||||
|
|
Loading…
Reference in a new issue