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

Please clean up code and make it PEP8 compliant. #3

Open
mithro opened this issue Oct 20, 2013 · 0 comments
Open

Please clean up code and make it PEP8 compliant. #3

mithro opened this issue Oct 20, 2013 · 0 comments

Comments

@mithro
Copy link

mithro commented Oct 20, 2013

$ pep8 meetup.py 
meetup.py:12:1: W293 blank line contains whitespace
meetup.py:17:1: W293 blank line contains whitespace
meetup.py:20:1: W293 blank line contains whitespace
meetup.py:23:1: W293 blank line contains whitespace
meetup.py:27:1: W293 blank line contains whitespace
meetup.py:32:1: W293 blank line contains whitespace
meetup.py:38:1: W293 blank line contains whitespace
meetup.py:44:1: W293 blank line contains whitespace
meetup.py:48:1: W293 blank line contains whitespace
meetup.py:50:80: E501 line too long (81 > 79 characters)
meetup.py:50:81: E502 the backslash is redundant between brackets
meetup.py:51:66: E502 the backslash is redundant between brackets
meetup.py:54:1: W293 blank line contains whitespace
meetup.py:57:1: W293 blank line contains whitespace
meetup.py:61:1: W293 blank line contains whitespace
meetup.py:64:1: W293 blank line contains whitespace
meetup.py:71:1: W293 blank line contains whitespace
meetup.py:77:79: E502 the backslash is redundant between brackets
meetup.py:78:80: W291 trailing whitespace
meetup.py:79:80: E501 line too long (85 > 79 characters)
meetup.py:82:70: W291 trailing whitespace
meetup.py:83:80: E501 line too long (85 > 79 characters)
meetup.py:84:80: E501 line too long (85 > 79 characters)
meetup.py:86:73: W291 trailing whitespace
meetup.py:89:1: W293 blank line contains whitespace
meetup.py:92:1: W293 blank line contains whitespace
meetup.py:94:1: W293 blank line contains whitespace
meetup.py:105:1: W293 blank line contains whitespace
meetup.py:121:1: W391 blank line at end of file
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