Fix: install black in assert-no-changes.sh #224
@@ -9,6 +9,7 @@ for proto in $(find ./rbproto -iname '*.proto'); do
|
||||
protoc -I=./rbproto --python_out=./rbproto/python --pyi_out=./rbproto/python ./rbproto/shot.proto
|
||||
yarn pbjs ./rbproto/shot.proto --ts ./rbproto/ts/shot.ts
|
||||
done
|
||||
pip install black >/dev/null 2>&1 || true
|
||||
black rbproto/python
|
||||
prettier ./rbproto --write
|
||||
|
||||
|
||||
Reference in New Issue
Block a user