From a61855b92502952d7713d39817b34deb8c1f3e08 Mon Sep 17 00:00:00 2001 From: burgholzer Date: Mon, 16 Sep 2024 08:54:39 -0400 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20update=20prettier=20mirror?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 1c8408f..3fc5e04 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -52,8 +52,8 @@ repos: args: ["-L", "wille,linz", "--skip", "*.ipynb,*.bib"] # Format configuration files with prettier - - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v4.0.0-alpha.8" + - repo: https://github.com/rbubley/mirrors-prettier + rev: v3.3.3 hooks: - id: prettier types_or: [yaml, markdown, html, css, scss, javascript, json]