From f106f83c724dcb6fb048ec3d5c36a5fd7a11fc6b Mon Sep 17 00:00:00 2001 From: Philipp Date: Sat, 9 Dec 2023 12:20:40 +0000 Subject: [PATCH] chore: update pre-commit hooks --- .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 83cdbd3..55039e2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -45,7 +45,7 @@ repos: - id: validate-html - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.1.0 + rev: v4.0.0-alpha.3-1 hooks: - id: prettier types_or: [css, javascript] -- 2.47.2