Skip to content
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

448 PEP8 errors #24

Closed
pocc opened this issue Aug 6, 2018 · 0 comments
Closed

448 PEP8 errors #24

pocc opened this issue Aug 6, 2018 · 0 comments

Comments

@pocc
Copy link
Contributor

pocc commented Aug 6, 2018

Problem

Pasting the main program file into http://pep8online.com, we get 447 PEP8 errors and 1 PEP8 warning.

Details

Count PEP8 Code Error Text
1 E127 continuation line over-indented for visual indent
1 E225 missing whitespace around operator
1 E265 block comment should start with '# '
21 E266 too many leading '#' for block comment
1 E302 expected 2 blank lines, found 3
3 E303 too many blank lines (3)
377 E501 line too long ( > 79 characters)
41 E711 comparison to None should be 'if cond is None:'
1 E713 test for membership should be 'not in'
1 W292 no newline at end of file

Solution

I am working on a pull request to resolve this issue. I am using PyCharm's built-in PEP8 inspections.

@pocc pocc closed this as completed in #25 Jan 25, 2019
pocc added a commit that referenced this issue Jan 25, 2019
Fixes #24: 448 PEP8 errors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant