From c183574c634ee17eb0f2da6f04c601b7ff7c57ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hunor=20Csomort=C3=A1ni?= Date: Wed, 21 Oct 2020 12:04:56 +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 fe3714df..ee5af518 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,8 +7,8 @@ repos: rev: 20.8b1 hooks: - id: black - - repo: https://github.com/prettier/prettier - rev: 2.1.1 + - repo: https://github.com/prettier/pre-commit + rev: v2.1.2 hooks: - id: prettier - repo: https://github.com/pre-commit/pre-commit-hooks