Skip to content

Commit

Permalink
Update pre-commit configuration to match changes to prettier
Browse files Browse the repository at this point in the history
See prettier/prettier#9459 for details. Unclear whether this is a prettier bug or an npm bug, but pre-commit fails with new repositories without this change.
  • Loading branch information
zygoloid committed Oct 28, 2020
1 parent 2839d38 commit 5396e87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Expand Up @@ -60,8 +60,8 @@ repos:
rev: 20.8b1
hooks:
- id: black
- repo: https://github.com/prettier/prettier
rev: 2.1.1
- repo: https://github.com/prettier/pre-commit
rev: v2.1.2
hooks:
- id: prettier
exclude: ^src/jekyll/theme/

0 comments on commit 5396e87

Please sign in to comment.