Skip to content

Commit

Permalink
Add prettier to pre-commit config
Browse files Browse the repository at this point in the history
  • Loading branch information
ulgens committed Dec 9, 2024
1 parent 6cf48fc commit 34e461f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,9 @@ repos:
rev: 24.10.0
hooks:
- id: black

- repo: https://github.com/rbubley/mirrors-prettier
rev: "v3.4.1"
hooks:
- id: prettier
exclude_types: [html, css, javascript, json, scss]

0 comments on commit 34e461f

Please sign in to comment.