Spaces:
Runtime error
Runtime error
File size: 86 Bytes
cb56a8d |
1 2 3 4 |
#/usr/bin/env bash
yapf --in-place **/*.py
git add **/*.py
git commit -m "Format code" |