diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3c5da55e0..1944a10c2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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