mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Add python black check to pre-commit
This commit is contained in:
parent
eb642653cb
commit
b0e84c6497
@ -1,4 +1,6 @@
|
|||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
. "$(dirname -- "$0")/_/husky.sh"
|
. "$(dirname -- "$0")/_/husky.sh"
|
||||||
|
|
||||||
|
python -m black . --check
|
||||||
|
|
||||||
cd invokeai/frontend/web/ && npm run lint-staged
|
cd invokeai/frontend/web/ && npm run lint-staged
|
||||||
|
Loading…
x
Reference in New Issue
Block a user