mirror of
https://github.com/morgan9e/helium
synced 2026-04-14 00:14:20 +09:00
6 lines
97 B
Bash
Executable File
6 lines
97 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -eu
|
|
|
|
python3 -m yapf --style "$(dirname $(readlink -f $0))/.style.yapf" -rpi $@
|