-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
code style? #42
Comments
I pyflake8 by default. On Wednesday, December 23, 2015, Joe Stein [email protected] wrote:
|
yeah, pep8 seems to be the popular/best choice |
It would be great for us to start enforcing this. Can someone take a look? |
Since we're open source, we could setup Travis CI to auto-lint pull requests (see link). http://eldarion.com/blog/2014/06/03/how-we-work-continuous-integration/ |
I vote Travis, sounds fresh. @hpincket do you want to take this? if not, assign to me 😄 |
Of course I want it :D |
Travis is looking at this repo in #62 .travis.yml tells travis to run flake8 |
can we get a code style guide? obviously since we're using python it would be easiest to use pep8 (my vote), which can be verified with pyflake/flake8 and autopep8.
The text was updated successfully, but these errors were encountered: