From 6d4dec92dfbfb5c9569d0c5b402a3fca28d20df8 Mon Sep 17 00:00:00 2001 From: mauvehed Date: Sun, 30 Jul 2023 18:39:48 -0500 Subject: [PATCH] chore(.pre-commit-config.yaml): update prettier hook to version 3.0.0 The prettier hook in the .pre-commit-config.yaml file has been updated to version 3.0.0. This update may include bug fixes, new features, or other improvements provided by the new version of the prettier hook. --- .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 b101a23..e68ee4c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,7 +24,7 @@ repos: # - id: jekyll-relative-url-check-html # - id: jekyll-relative-url-check-markdown - repo: https://github.com/pre-commit/mirrors-prettier - rev: v2.7.1 + rev: v3.0.0 hooks: - id: prettier types: [json]