mirror of
https://github.com/morgan9e/helium
synced 2026-04-15 00:44:06 +09:00
6 lines
68 B
Bash
6 lines
68 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
set -eux
|
||
|
|
|
||
|
|
python3 -m yapf --style '.style.yapf' -ri $@
|