-
Notifications
You must be signed in to change notification settings - Fork 360
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
Make sure code follows pep8 #123
Comments
Thanks for filing! I was planning to do this for 0.2.1. In addition to PEP8, KR's code style makes a lot of sense to me. If you want to take this up, you can open a PR! |
I will have a go at fixing this. |
@Oshawk You can use flake8 to find places where changes are needed. But don't change everything that flake8 recommends, check out the KR code style in my comment above for guidelines. |
Have done what I can #125 Happy to redo anything. |
Hey @Oshawk, added my review on the PR. |
@Oshawk Protip for your next PR: if you add a "Fixes #n" in your PR's description, GitHub will automatically close the associated issue #n when the PR is merged. 😄 |
Things need to fix to follow pep8.
The text was updated successfully, but these errors were encountered: