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.
This commit is contained in:
mauvehed 2023-07-30 18:39:48 -05:00
parent b6a556898a
commit 6d4dec92df

View file

@ -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]