Wrapper around blackd using poetry
For some reason I couldn't get blackd to run as a Render private service so instead I just added a FastAPI layer on top of it and it worked so now I don't want to touch this service.
- In development it is convenient to start
blackdalong withyarn devinkonfig-dash. Our CLI will simply use the locally runningblackdinstance. - In production
blackdis wrapped in its ownFastAPIservice and accessible through the/formatPythonendpoint at our REST API which then proxies the request to theFastAPIservice. Our CLI uses this REST API in production mode.