Skip to content

Commit

Permalink
fix(pre-commit): use prettier mirror and pin version
Browse files Browse the repository at this point in the history
  • Loading branch information
okke-formsma authored and petejohanson committed Feb 15, 2021
1 parent af9d6e9 commit daf3a4a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit daf3a4a

Please sign in to comment.