updating format script to remove the comtainer when done
This commit is contained in:
parent
7156390e69
commit
ca49a70cc7
@ -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 ."
|
||||
|
Loading…
x
Reference in New Issue
Block a user