This commit is contained in:
Andrew Neilson 2026-04-27 17:23:36 +00:00 committed by GitHub
commit b29f14a8a1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -105,6 +105,13 @@ repos:
hooks:
- id: prettier
types: [javascript]
args: [--no-parallel]
exclude: |
(?x)(
node_modules/|
\.claude/worktrees/|
\.venv/
)
- repo: local
hooks:
- id: frontend-precommit