From 976fbab11d760ea3766c241809f7b120bd8c2ec9 Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Thu, 5 Dec 2024 15:58:38 +0000 Subject: [PATCH] Use another repo for prettier pre-commit (#2180) --- .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 235184657e..0522c6bc2f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -61,8 +61,8 @@ repos: stages: [manual] # Autoformat: YAML, JSON, Markdown, etc. - - repo: https://github.com/pre-commit/mirrors-prettier - rev: v4.0.0-alpha.8 + - repo: https://github.com/rbubley/mirrors-prettier + rev: v3.4.2 hooks: - id: prettier