-
Notifications
You must be signed in to change notification settings - Fork 145
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
Run flake8 #11
Comments
flake8 is awesome! However, I was not able to run it using the command provided in the README:
and also not when removing the (unintentional?) extra backticks:
It gives me this error:
But it runs fine if I just do this:
Not sure if its a typo in the README (I'm happy to submit a PR if so) or if its just me... Thanks for this resource @arokem! Super helpful. |
Just a guess here: should that be a On Wed, Feb 10, 2016 at 7:06 PM, Jes Ford [email protected] wrote:
|
No, that gives me the same error. Does it work for you? |
Sorry - was really just guessing. This does work for me (but might not work inside the Travis setup -- I
(issued from the top level repo directory). On Wed, Feb 10, 2016 at 7:14 PM, Jes Ford [email protected] wrote:
|
Hi Jes, Escaping the * might work: find . -name _.py should probably be The backticks are meant to run the find command and locate the *.py within Thanks, On Wed, Feb 10, 2016 at 7:22 PM, Ariel Rokem [email protected]
|
Thanks @rbiswas4 that works perfect! |
Great to have a template that follows PEP8 and passes pyflakes, even if most projects themselves choose not to follow the cleanliness of such a sparkling template :)
The text was updated successfully, but these errors were encountered: