ferdn4ndo / candlestick-data-lake

A data lake application for candlestick crawling, storage and syncronous (API) and asyncronous (WebSockets) serving
MIT License
0 stars 0 forks source link

Setup Black as the default linter with GitHub Action #11

Closed ferdn4ndo closed 3 years ago

ferdn4ndo commented 3 years ago

We want to use Black as an automated linter for the Python files.

It should be implemented as a GitHub Action to automatically fix PR files.

An official example is presented here.

ferdn4ndo commented 3 years ago

Closed after #12