From 4f3534bc4d779d870aeb29a6f555c1d6a5686476 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hunor=20Csomort=C3=A1ni?= Date: Wed, 21 Oct 2020 12:07:53 +0200 Subject: [PATCH] Update pre-commit configuration for prettier MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In order to solve this installation issue: https://github.com/prettier/prettier/issues/9459 It seems that prettier is moving the pre-commit parts in a separate repository. Signed-off-by: Hunor Csomortáni --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fd20bd1..1aeb696 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,8 +3,8 @@ # pre-commit install repos: - - repo: https://github.com/prettier/prettier - rev: 2.0.5 + - repo: https://github.com/prettier/pre-commit + rev: v2.1.2 hooks: - id: prettier - repo: https://github.com/pre-commit/pre-commit-hooks