updating format script to remove the comtainer when done

This commit is contained in:
Luke Robles 2022-01-29 15:10:54 -08:00
parent 7156390e69
commit ca49a70cc7

View File

@ -1 +1 @@
docker run -ti -v $(pwd):/tmp/python python bash -c "cd /tmp/python ; pip install black; black ." docker run --rm -ti -v $(pwd):/tmp/python/app python bash -c "cd /tmp/python ; pip install black; black ."