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

Pep 8 Style Guide for Python Code #3

Open
abercrombie-and-mitch opened this issue Jan 31, 2016 · 0 comments
Open

Pep 8 Style Guide for Python Code #3

abercrombie-and-mitch opened this issue Jan 31, 2016 · 0 comments
Assignees

Comments

@abercrombie-and-mitch
Copy link
Contributor

Guys!
wtf is this!? PLEASE!
follow pep8

look at all of this trash in your code:

cleanCode.py:10:1: E265 block comment should start with '# ' cleanCode.py:11:1: E302 expected 2 blank lines, found 1 cleanCode.py:11:44: E203 whitespace before ':' cleanCode.py:12:23: E211 whitespace before '(' cleanCode.py:15:23: E211 whitespace before '(' cleanCode.py:17:5: E265 block comment should start with '# ' cleanCode.py:20:1: E302 expected 2 blank lines, found 1 cleanCode.py:20:30: E203 whitespace before ':' cleanCode.py:21:5: E265 block comment should start with '# ' cleanCode.py:22:42: E203 whitespace before ',' cleanCode.py:23:25: E231 missing whitespace after ',' cleanCode.py:23:80: E501 line too long (97 > 79 characters) cleanCode.py:25:1: E302 expected 2 blank lines, found 1 cleanCode.py:25:23: E203 whitespace before ':' cleanCode.py:26:49: E231 missing whitespace after ',' cleanCode.py:26:63: E231 missing whitespace after ',' cleanCode.py:26:80: E501 line too long (87 > 79 characters) cleanCode.py:30:1: E265 block comment should start with '# ' cleanCode.py:31:1: E302 expected 2 blank lines, found 1 cleanCode.py:31:25: E203 whitespace before ':' cleanCode.py:35:5: E265 block comment should start with '# ' cleanCode.py:36:24: E203 whitespace before ':' cleanCode.py:39:29: E203 whitespace before ':' cleanCode.py:42:1: E302 expected 2 blank lines, found 1 cleanCode.py:42:26: E231 missing whitespace after ',' cleanCode.py:42:37: E203 whitespace before ':' cleanCode.py:43:5: E265 block comment should start with '# ' cleanCode.py:44:5: E265 block comment should start with '# ' cleanCode.py:53:34: E203 whitespace before ':' cleanCode.py:59:34: E203 whitespace before ':' cleanCode.py:63:18: E231 missing whitespace after ',' cleanCode.py:65:1: E302 expected 2 blank lines, found 1 cleanCode.py:65:29: E203 whitespace before ':' cleanCode.py:66:6: E114 indentation is not a multiple of four (comment) cleanCode.py:66:6: E265 block comment should start with '# ' cleanCode.py:77:18: E231 missing whitespace after ',' cleanCode.py:77:24: E231 missing whitespace after ',' cleanCode.py:77:27: E231 missing whitespace after ',' cleanCode.py:79:1: E265 block comment should start with '# ' cleanCode.py:80:1: E302 expected 2 blank lines, found 1 cleanCode.py:80:21: E203 whitespace before ':' cleanCode.py:97:1: E265 block comment should start with '# ' cleanCode.py:98:1: E302 expected 2 blank lines, found 1 cleanCode.py:98:27: E231 missing whitespace after ',' cleanCode.py:98:38: E203 whitespace before ':' cleanCode.py:101:1: E302 expected 2 blank lines, found 1 cleanCode.py:101:43: E203 whitespace before ':' cleanCode.py:104:1: E302 expected 2 blank lines, found 1 cleanCode.py:104:36: E231 missing whitespace after ',' cleanCode.py:104:44: E203 whitespace before ':' cleanCode.py:105:7: E231 missing whitespace after ',' cleanCode.py:106:7: E231 missing whitespace after ',' cleanCode.py:107:48: E231 missing whitespace after ',' cleanCode.py:107:80: E501 line too long (81 > 79 characters) cleanCode.py:109:1: E302 expected 2 blank lines, found 1 cleanCode.py:109:25: E203 whitespace before ':' cleanCode.py:110:6: E231 missing whitespace after ',' cleanCode.py:110:8: E231 missing whitespace after ',' cleanCode.py:110:10: E231 missing whitespace after ',' cleanCode.py:112:34: E225 missing whitespace around operator cleanCode.py:114:1: E302 expected 2 blank lines, found 1 cleanCode.py:114:22: E203 whitespace before ':' cleanCode.py:117:1: E265 block comment should start with '# ' cleanCode.py:118:1: E302 expected 2 blank lines, found 1 cleanCode.py:118:22: E203 whitespace before ':' cleanCode.py:119:5: E265 block comment should start with '# ' cleanCode.py:124:34: E251 unexpected spaces around keyword / parameter equals cleanCode.py:124:36: E251 unexpected spaces around keyword / parameter equals cleanCode.py:128:21: E251 unexpected spaces around keyword / parameter equals cleanCode.py:128:23: E251 unexpected spaces around keyword / parameter equals cleanCode.py:129:5: E265 block comment should start with '# ' cleanCode.py:138:29: E251 unexpected spaces around keyword / parameter equals cleanCode.py:138:31: E251 unexpected spaces around keyword / parameter equals cleanCode.py:144:1: E302 expected 2 blank lines, found 1 cleanCode.py:144:34: E231 missing whitespace after ',' cleanCode.py:144:45: E203 whitespace before ':' cleanCode.py:145:6: E231 missing whitespace after ',' cleanCode.py:145:24: E231 missing whitespace after ',' cleanCode.py:145:26: E231 missing whitespace after ',' cleanCode.py:145:28: E221 multiple spaces before operator cleanCode.py:145:31: E222 multiple spaces after operator cleanCode.py:146:6: E231 missing whitespace after ',' cleanCode.py:146:22: E231 missing whitespace after ',' cleanCode.py:146:24: E231 missing whitespace after ',' cleanCode.py:146:26: E221 multiple spaces before operator cleanCode.py:146:29: E222 multiple spaces after operator cleanCode.py:150:1: E265 block comment should start with '# ' cleanCode.py:151:44: E231 missing whitespace after ',' cleanCode.py:151:49: E231 missing whitespace after ',' cleanCode.py:152:41: E231 missing whitespace after ',' cleanCode.py:152:46: E231 missing whitespace after ',' cleanCode.py:154:1: E265 block comment should start with '# ' cleanCode.py:161:37: E203 whitespace before ':' cleanCode.py:164:5: E265 block comment should start with '# ' cleanCode.py:166:29: E203 whitespace before ':' cleanCode.py:167:25: E231 missing whitespace after ',' cleanCode.py:167:32: E231 missing whitespace after ',' cleanCode.py:167:35: E231 missing whitespace after ',' cleanCode.py:167:38: E231 missing whitespace after ',' cleanCode.py:167:42: E231 missing whitespace after ',' cleanCode.py:169:35: E203 whitespace before ':' cleanCode.py:172:5: E265 block comment should start with '# ' cleanCode.py:174:27: E203 whitespace before ':' cleanCode.py:175:23: E231 missing whitespace after ',' cleanCode.py:175:30: E231 missing whitespace after ',' cleanCode.py:175:33: E231 missing whitespace after ',' cleanCode.py:175:36: E231 missing whitespace after ',' cleanCode.py:175:40: E231 missing whitespace after ',' cleanCode.py:177:1: E265 block comment should start with '# ' cleanCode.py:178:1: E265 block comment should start with '# '

@camilo86 camilo86 assigned laposata12 and Brvan and unassigned laposata12 Feb 1, 2016
@Brvan Brvan changed the title What a mess! Pep 8 Style Guide for Python Code Feb 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants