move kbs libary files to src/

This commit is contained in:
InsanePrawn 2024-02-24 12:45:49 +01:00
parent a28550825f
commit adeec7a6e3
68 changed files with 21 additions and 21 deletions

View file

@ -6,7 +6,7 @@ autoflake_args=('--recursive' '--remove-unused-variables' '--remove-all-unused-i
format() {
files=("$@")
if [[ -z "${files[*]}" ]]; then
files=(".")
files=(*.py "src")
fi
yapf "${yapf_args[@]}" "${files[@]}"