From daf3a4af75d24a8f0865b3433dbda2071aa412c7 Mon Sep 17 00:00:00 2001 From: Okke Formsma Date: Mon, 15 Feb 2021 08:59:08 +0100 Subject: [PATCH] fix(pre-commit): use prettier mirror and pin version --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5974bd66..02adf09c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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