Skip to content

Commit f6e6461

Browse files
committed
fix: added --permission-mode bypassPermissions so Claude is not waiting for an approval
1 parent fb49c14 commit f6e6461

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ repos:
2626

2727
# Runs Claude's /code-review over the local diff before every push.
2828
# Read-only tools only — a hook has no TTY to approve prompts, and it
29-
# must never edit files or run destructive commands unattended.
29+
# must never edit files or run destructive commands unattended
3030
- id: code-review
3131
name: code-review (Claude, pre-push)
3232
entry: >-

0 commit comments

Comments
 (0)