docker-black
docker-black copied to clipboard
Suggestion: Add black[d]
Alternatively make a new image containing black[d]
.
The black server is handy for using black without spawning processes for each run. Like for instance with a plugin like https://plugins.jetbrains.com/plugin/14321-blackconnect
@beruic how would you connect to it inside the docker container?
In case anyone else comes across this, just use this image instead:
docker run -p 3489 pyfound/black:latest_release blackd --bind-host 0.0.0.0 --bind-port 3489