Okke Formsma
4 years ago
committed by
Pete Johanson
1 changed files with 3 additions and 3 deletions
@ -1,12 +1,12 @@ |
|||||||
fail_fast: false |
fail_fast: false |
||||||
repos: |
repos: |
||||||
- repo: https://github.com/pocc/pre-commit-hooks |
- repo: https://github.com/pocc/pre-commit-hooks |
||||||
rev: master |
rev: v1.1.1 |
||||||
hooks: |
hooks: |
||||||
- id: clang-format |
- id: clang-format |
||||||
args: |
args: |
||||||
- -i |
- -i |
||||||
- repo: https://github.com/prettier/prettier |
- repo: https://github.com/pre-commit/mirrors-prettier |
||||||
rev: master |
rev: v2.2.1 |
||||||
hooks: |
hooks: |
||||||
- id: prettier |
- id: prettier |
||||||
|
Loading…
Reference in new issue