2 lines
98 B
Bash
Executable File
2 lines
98 B
Bash
Executable File
docker run -ti -v $(pwd):/tmp/python python bash -c "cd /tmp/python ; pip install black; black ."
|