chore: remove deprecated husky v9 shim lines
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) <[email protected]>
This commit is contained in:
2026-03-15 11:48:33 -05:00
co-authored by Claude Opus 4.6
parent 049bb719e8
commit 950fb879e6
2 changed files with 0 additions and 6 deletions
-3
View File
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
npx lint-staged
-3
View File
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
pnpm typecheck && pnpm lint && pnpm format:check