From d5c069aa2e982daaa1e94375e6adcedf554d30c2 Mon Sep 17 00:00:00 2001 From: Philipp Date: Fri, 15 Dec 2023 14:28:53 +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 b948e25..5da800f 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: v4.0.0-alpha.3-1 + rev: v4.0.0-alpha.5 hooks: - id: prettier types_or: [css, javascript] -- 2.47.2