InvokeAI/invokeai/frontend/web/.husky/pre-commit
2023-07-31 11:42:08 -04:00

7 lines
129 B
Bash
Executable File

#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
python -m black . --check
cd invokeai/frontend/web/ && npm run lint-staged