Merge branch 'main' into feat/onnx

This commit is contained in:
Brandon 2023-07-31 16:45:12 -04:00 committed by GitHub
commit af4fd328a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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