run_other_yapf.sh 97 B

12345
  1. #!/bin/bash
  2. set -eu
  3. python3 -m yapf --style "$(dirname $(readlink -f $0))/.style.yapf" -rpi $@