mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-01 08:09:59 +01:00
6 lines
62 B
Bash
6 lines
62 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
set -x
|
||
|
|
||
|
find ./ -name "*.py" |xargs sudo yapf -i
|