updating format script to remove the comtainer when done
This commit is contained in:
parent
e386a6206a
commit
f0025b506e
@ -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