Files
helium/devutils/run_utils_yapf.sh
2026-08-14 16:34:56 +02:00

7 lines
174 B
Bash
Executable File

#!/usr/bin/env bash
set -eu
_root_dir=$(dirname $(dirname $(readlink -f $0)))
python3 -m yapf --style "$_root_dir/.style.yapf" -e '*/third_party/*' -rpi "$_root_dir/utils"