fix: Update pre-commit hook for husky v10 compatibility

Remove deprecated shebang that will fail in husky v10.

Before (deprecated):
  #!/bin/sh

After (v10-compatible):
  Direct commands without shebang

Ref: https://github.com/typicode/husky/issues/1476

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
Jason Woltje
2026-01-30 14:28:23 -06:00
parent 0dd8d5f91e
commit 22cd68811d

View File

@@ -1,3 +1,2 @@
#!/bin/sh
npx lint-staged npx lint-staged
npx git-secrets --scan || echo "Warning: git-secrets not installed" npx git-secrets --scan || echo "Warning: git-secrets not installed"