Skip to content

Commit

Permalink
fix(pre-commit): refactor prettier hook (#4902)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewelwell authored Dec 9, 2024
1 parent fa84cda commit cbecde7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,13 @@ repos:
hooks:
- id: prettier
name: prettier
language: node
entry: prettier
additional_dependencies:
- [email protected]
args:
- --check
exclude: ^(frontend/|CHANGELOG.md|.github/docker_build_comment_template.md)
language: system
entry: npx prettier --check

- repo: https://github.com/python-poetry/poetry
rev: 1.8.0
Expand Down

0 comments on commit cbecde7

Please sign in to comment.