chore: remove deprecated husky v9 shim lines
All checks were successful
ci/woodpecker/push/ci Pipeline was successful

Husky v9+ no longer needs the shebang or sourcing husky.sh.
These lines will fail in husky v10.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-15 11:48:33 -05:00
parent 049bb719e8
commit 950fb879e6
2 changed files with 0 additions and 6 deletions

View File

@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
npx lint-staged npx lint-staged

View File

@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
pnpm typecheck && pnpm lint && pnpm format:check pnpm typecheck && pnpm lint && pnpm format:check