harbor/contrib/sdk/harbor-py/format_code.sh

6 lines
62 B
Bash
Executable File

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