Skip to content

Commit

Permalink
Merge pull request #186 from cisagov/improvement/switch_prettier_hook
Browse files Browse the repository at this point in the history
Switch the `pre-commit` hook used to run `prettier`
  • Loading branch information
mcdonnnj authored Sep 25, 2024
2 parents 44cd1be + c502f1a commit f0e55b3
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 @@ -40,17 +40,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 f0e55b3

Please sign in to comment.