Skip to content

Commit

Permalink
Use the rbubley/mirrors-prettier hook for prettier
Browse files Browse the repository at this point in the history
This replaces the now archived pre-commit/mirrors-prettier hook.
  • Loading branch information
mcdonnnj committed Aug 12, 2024
1 parent 7ddea47 commit 25e7a4f
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,10 @@ repos:
- id: markdownlint
args:
- --config=.mdl_config.yaml
- repo: https://github.com/pre-commit/mirrors-prettier
# This is the last version of v3 available from the mirror. We should hold
# here until v4, which is currently in alpha, is more stable.
rev: v3.1.0
- repo: https://github.com/rbubley/mirrors-prettier
rev: v3.3.3
hooks:
- id: prettier
# This is the latest version of v3 available from NPM. The pre-commit
# mirror does not pull tags for old major versions once a new major
# version tag is published.
additional_dependencies:
- [email protected]
- repo: https://github.com/adrienverge/yamllint
rev: v1.35.1
hooks:
Expand Down

0 comments on commit 25e7a4f

Please sign in to comment.