chore: performance enhancement for fmt in justfile
All checks were successful
gitea-physics/deepdog/pipeline/head This commit looks good

This commit is contained in:
2024-04-21 11:21:11 -05:00
parent e5b5809764
commit 03ac85a967

View File

@@ -43,7 +43,8 @@ fmt:
else else
poetry run black . poetry run black .
fi fi
find . -type f -name "*.py" -exec sed -i -e 's/ /\t/g' {} \; find deepdog -type f -name "*.py" -exec sed -i -e 's/ /\t/g' {} \;
find tests -type f -name "*.py" -exec sed -i -e 's/ /\t/g' {} \;
# release the app, checking that our working tree is clean and ready for release # release the app, checking that our working tree is clean and ready for release
release: release: