From 30f86a65395608ea328a7fb7b4287d290744e89d Mon Sep 17 00:00:00 2001 From: Saransh Chopra Date: Wed, 18 Sep 2024 17:16:16 +0100 Subject: [PATCH] gh-226: pre-commit's mirror of prettier is obsolete (#247) [pre-commit's mirror of prettier](https://github.com/pre-commit/mirrors-prettier) was [archived](https://github.com/pre-commit/mirrors-prettier?tab=readme-ov-file#archived) a few months back - > # archived > > prettier made some changes that breaks plugins entirely Scientific Python recommends using https://github.com/rbubley/mirrors-prettier?tab=readme-ov-file now. Refs: #226 --- .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 ad6b27ce..31801030 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -37,8 +37,8 @@ repos: - --in-place - --spaces-indent-inline-array=4 - --trailing-comma-inline-array - - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.1.0 + - repo: https://github.com/rbubley/mirrors-prettier + rev: v3.3.3 hooks: - id: prettier args: