Problem
The .githooks/pre-commit hook references suspicious_patterns.sh, which was deleted in the 2.4.0 sync (PR #692).
This causes every commit to fail with:
.githooks/pre-commit: line 9: .../suspicious_patterns.sh: No such file or directory
Workaround
git config --local --unset core.hooksPath
Fix Options
- Delete
.githooks/pre-commit (and .githooks/ if empty)
- Or restore/replace
suspicious_patterns.sh if it's still needed