mirror of
https://github.com/imputnet/helium.git
synced 2026-08-20 00:57:32 +02:00
d1665c81be
fixes #1584
6 lines
105 B
Bash
Executable File
6 lines
105 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -eu
|
|
|
|
python3 -m yapf --style "$(dirname $(readlink -f $0))/.style.yapf" -rpi $@
|