Skip to content

Commit

Permalink
Run prettier in pre-commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian committed Sep 8, 2022
1 parent a4fa0ce commit c06ed0e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,8 @@ repos:
rev: 5.10.1
hooks:
- id: isort
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v2.7.1"
hooks:
- id: prettier
types: [json]

0 comments on commit c06ed0e

Please sign in to comment.