djimontyp / blackd

Black formatter [Docker]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Black formatter [Docker]

The formatter is packaged in a container for ease of use between different projects.
The command runs on port 45484 - the default port of the PyCharm plugin BlackConnect.

docker build -t blackd . 
docker run -d --name blackd -p 45484:45484 blackd

About

Black formatter [Docker]

License:MIT License


Languages

Language:Dockerfile 100.0%