RudiCahyan's picture
Upload 1119 files
cb56a8d
raw
history blame contribute delete
86 Bytes
#/usr/bin/env bash
yapf --in-place **/*.py
git add **/*.py
git commit -m "Format code"