Skip to content

Commit

Permalink
Add prettier to pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos committed Dec 28, 2023
1 parent ba3dd8c commit 7663c4e
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 @@ -62,6 +62,11 @@ repos:
hooks:
- id: ruff
- id: ruff-format
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.1.0
hooks:
- id: prettier
types_or: [yaml, markdown, html, css, scss, javascript, json]
- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
hooks:
Expand Down

0 comments on commit 7663c4e

Please sign in to comment.