chore: adds doo fmt

This commit is contained in:
2022-04-16 12:51:31 -05:00
parent f168666045
commit 1e2657adad
3 changed files with 82 additions and 1 deletions

5
do.sh
View File

@@ -16,6 +16,11 @@ test() {
poetry run pytest
}
fmt() {
poetry run black .
find . -type f -name "*.py" -exec sed -i -e 's/ /\t/g' {} \;
}
release() {
./scripts/release.sh
}