diff --git a/.husky/pre-commit b/.husky/pre-commit index 481b701881..b2000b1a1e 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,5 +1,5 @@ #!/usr/bin/env sh . "$(dirname -- "$0")/_/husky.sh" -npx lint-staged -pnpm run lintPython +pnpm lint-staged +pnpm run lintPython \ No newline at end of file