chore: performance enhancement for fmt in justfile
All checks were successful
gitea-physics/deepdog/pipeline/head This commit looks good
All checks were successful
gitea-physics/deepdog/pipeline/head This commit looks good
This commit is contained in:
3
justfile
3
justfile
@@ -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:
|
||||||
|
Reference in New Issue
Block a user