mirror of
https://github.com/wahyd4/harbor.git
synced 2026-08-20 10:16:02 +10:00
6 lines
62 B
Bash
Executable File
6 lines
62 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -x
|
|
|
|
find ./ -name "*.py" |xargs sudo yapf -i
|