An open API service indexing awesome lists of open source software.

https://github.com/ferdinakusumah/blackd

Python formatting code in heroku
https://github.com/ferdinakusumah/blackd

blackd heroku-black python-black python-blackd

Last synced: 30 days ago
JSON representation

Python formatting code in heroku

Awesome Lists containing this project

README

          

# Python blackD

Python black formatting code in heroku

You can also free use for your local development
please add this host to your black config

## Sample using pycharm
![alt text](black-example.png)

```shell
Host: python-blackd.herokuapp.com
Port: 80
```

## change remote url
```shell
heroku git:remote -a python-blackd
```

## When update deployment
```shell
heroku container:push web && heroku container:release web
```