From f07832eac44eb38f8b048aae3e1de3512a06057c Mon Sep 17 00:00:00 2001 From: "Paul \"TBBle\" Hampson" Date: Sat, 2 Jan 2021 05:54:35 +1100 Subject: [PATCH] Use Prettier pre-commit mirror (#1896) This fixes Prettier install failures similar to those seen in https://github.com/prettier/prettier/issues/9459, and is the solution recommended there. Signed-off-by: Paul "TBBle" Hampson --- .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 dc95e90..9955a24 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,8 +24,8 @@ repos: - id: mypy exclude: ^docs/conf.py - - repo: https://github.com/prettier/prettier - rev: 1.19.1 + - repo: https://github.com/pre-commit/mirrors-prettier + rev: v1.19.1 hooks: - id: prettier args: [--prose-wrap=always, --print-width=88] -- 2.39.2