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
- Host: GitHub
- URL: https://github.com/ferdinakusumah/blackd
- Owner: FerdinaKusumah
- License: mit
- Created: 2022-09-03T04:35:08.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-09-03T05:30:03.000Z (over 3 years ago)
- Last Synced: 2025-05-19T04:11:36.176Z (10 months ago)
- Topics: blackd, heroku-black, python-black, python-blackd
- Language: Dockerfile
- Homepage:
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

```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
```