From 5245a40c7dd82b6015c0dd4a195a6dc140886022 Mon Sep 17 00:00:00 2001 From: Matt Fisher Date: Mon, 1 Jul 2024 23:13:52 -0600 Subject: [PATCH] Use prettier 3.x series --- .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 e6ec051..5713bec 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -52,8 +52,8 @@ repos: - id: rst-directive-colons - id: rst-inline-touching-normal - - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v4.0.0-alpha.8" + - repo: "https://github.com/rbubley/mirrors-prettier" + rev: "v3.3.2" hooks: - id: prettier types_or: [json]