harbor/vendor/harbor-py/format_code.sh
2016-07-25 23:15:36 +08:00

6 lines
62 B
Bash
Executable File

#!/bin/bash
set -x
find ./ -name "*.py" |xargs sudo yapf -i