Merge branch 'main' into feat/onnx

This commit is contained in:
Brandon
2023-07-31 16:45:12 -04:00
committed by GitHub

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