Skip to content

Commit

Permalink
DX: apply new ComPWA dev configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Apr 5, 2024
1 parent 8f14f0d commit fccd006
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,13 @@ repos:
- id: mixed-line-ending
- id: trailing-whitespace

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v4.0.0-alpha.8
hooks:
- id: prettier

- repo: https://github.com/ComPWA/policy
rev: 0.3.3
rev: 0.3.4
hooks:
- id: check-dev-files
args:
Expand All @@ -37,8 +42,3 @@ repos:
rev: v8.6.1
hooks:
- id: cspell

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v4.0.0-alpha.8
hooks:
- id: prettier

0 comments on commit fccd006

Please sign in to comment.