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

Integrate isort, autoflake and pyupgrade to the black github action #18

Open ferdn4ndo opened 3 years ago

ferdn4ndo commented 3 years ago

Following the discussion presented here, we may use isort and autoflake to automate the imports linting as well: image

Another possibly useful linting tool is pyupgrade

Some extra info: iSort Compatibility with Black isort main repository autoflake main repository pyupgrade main repository