mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-06 18:50:09 +01: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
|