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

Install Pep8speaks #208

Closed WillAyd closed 5 years ago

WillAyd commented 5 years ago

After #205 and #206 are merged I would suggest installing pep8speaks:

https://github.com/OrkoHunter/pep8speaks

It's easy to install and something I've used with the pandas codebase. It automatically calls out styling issues with code which streamlines automation and keeps your code generally looking nicer

0golovatyi commented 5 years ago

We actually have it configured for the repo as github app - https://github.com/tableau/TabPy/settings/installations. Currently, it runs with pushing and merge request creation for dev branch.

WillAyd commented 5 years ago

Looks like this is available when targeting dev - closing!