Skip to content

Commit

Permalink
Update prettier hook details
Browse files Browse the repository at this point in the history
Per prettier/prettier#8937 the pre-commit hook has
been moved to https://github.com/pre-commit/mirrors-prettier. I have also
updated to the latest version in that repository.
  • Loading branch information
mcdonnnj committed Dec 16, 2020
1 parent df674df commit b769825
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Expand Up @@ -34,8 +34,8 @@ repos:
- id: markdownlint
args:
- --config=.mdl_config.json
- repo: https://github.com/prettier/pre-commit
rev: v2.1.2
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.2.1
hooks:
- id: prettier
- repo: https://github.com/adrienverge/yamllint
Expand Down

0 comments on commit b769825

Please sign in to comment.