Add python black check to pre-commit

This commit is contained in:
Brandon Rising 2023-07-31 11:42:08 -04:00
parent eb642653cb
commit b0e84c6497

View File

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