build: more efficient doo fmt

This commit is contained in:
2023-07-27 16:47:11 -05:00
parent e6a00d6b8f
commit 1110372a55

2
do.sh
View File

@@ -18,7 +18,7 @@ test() {
fmt() { fmt() {
poetry run black . poetry run black .
find . -type f -name "*.py" -exec sed -i -e 's/ /\t/g' {} \; find . -not \( -path "./.*" -type d -prune \) -type f -name "*.py" -exec sed -i -e 's/ /\t/g' {} \;
} }
release() { release() {