-
Notifications
You must be signed in to change notification settings - Fork 13
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
Pep8 #27
base: master
Are you sure you want to change the base?
Pep8 #27
Conversation
Hello there ! Forgive me for jumping out here but I have something which can help out here. It's a GitHub integration PEP8 Speaks which scans a Pull Request and comments the PEP8 issues on them. You can also ask it to fix those and create a PR against the sender's branch. Let me know if you try it out and how that works for you. Cheers! |
Very interesting hey @fpietka do you have links to docs or ressources related to issues you are trying to fix in this PR, for my own education on the topic of style and standards |
This pull request is mostly about style (hence the title), but also some minor clean up (imports, unused parameters, wrong error message).
Hope it'll be of your interest.