tableau / TabPy

Execute Python code on the fly and display results in Tableau visualizations:
https://tableau.github.io/TabPy/
MIT License
1.56k stars 598 forks source link

Code Style: black #364

Closed WillAyd closed 4 years ago

WillAyd commented 4 years ago

Quite a few open source projects now use black from the PSF for code formatting. In essence, it does all code formatting for you so you don't have to think about it

https://github.com/psf/black

I think would be good for TabPy to clean up code. From experience you can just run this wide open on your code base, commit the result and move on from there, probably setting up in CI as well