Spaces:
Runtime error
Runtime error
#/usr/bin/env bash | |
yapf --in-place **/*.py | |
git add **/*.py | |
git commit -m "Format code" |
#/usr/bin/env bash | |
yapf --in-place **/*.py | |
git add **/*.py | |
git commit -m "Format code" |