From 9408afa539816316873f9150ac571c5386a7ab4e Mon Sep 17 00:00:00 2001 From: Nils Quetschlich Date: Tue, 19 Dec 2023 10:59:32 +0100 Subject: [PATCH] Update .pre-commit-config.yaml --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 25abb17..c694128 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -50,7 +50,7 @@ repos: # Format configuration files with prettier - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v4.0.0-alpha.7" + rev: "v4.0.0-alpha.6" hooks: - id: prettier types_or: [yaml, markdown, html, css, javascript, json]