Closed scottcoughlin2014 closed 6 years ago
Hello @scottcoughlin2014! Thanks for submitting the PR.
In the file gravityspy/table/events.py, following are the PEP8 issues :
gravityspy/table/events.py
Line 37:1: E302 expected 2 blank lines, found 1 Line 85:1: W293 blank line contains whitespace Line 116:63: W291 trailing whitespace Line 131:70: E203 whitespace before ':' Line 131:80: E501 line too long (91 > 79 characters) Line 132:80: E501 line too long (81 > 79 characters) Line 133:70: E203 whitespace before ':' Line 133:80: E501 line too long (91 > 79 characters) Line 134:80: E501 line too long (81 > 79 characters) Line 135:70: E203 whitespace before ':' Line 135:80: E501 line too long (91 > 79 characters) Line 136:80: E501 line too long (81 > 79 characters) Line 137:70: E203 whitespace before ':' Line 137:80: E501 line too long (91 > 79 characters) Line 138:80: E501 line too long (81 > 79 characters) Line 140:1: W293 blank line contains whitespace Line 141:9: E303 too many blank lines (2) Line 187:80: E501 line too long (115 > 79 characters) Line 189:80: E501 line too long (111 > 79 characters) Line 190:80: E501 line too long (110 > 79 characters) Line 221:80: E501 line too long (117 > 79 characters) Line 236:80: E501 line too long (85 > 79 characters) Line 237:80: E501 line too long (115 > 79 characters) Line 238:80: E501 line too long (115 > 79 characters) Line 239:80: E501 line too long (115 > 79 characters) Line 240:80: E501 line too long (115 > 79 characters) Line 255:80: E501 line too long (88 > 79 characters) Line 258:13: E125 continuation line with same indent as next logical line Line 259:80: E501 line too long (86 > 79 characters) Line 263:9: E303 too many blank lines (2) Line 275:80: E501 line too long (82 > 79 characters) Line 278:80: E501 line too long (83 > 79 characters) Line 281:80: E501 line too long (81 > 79 characters) Line 288:22: E111 indentation is not a multiple of four Line 290:34: E131 continuation line unaligned for hanging indent Line 290:80: E501 line too long (82 > 79 characters) Line 291:26: E111 indentation is not a multiple of four Line 291:80: E501 line too long (99 > 79 characters) Line 292:26: E111 indentation is not a multiple of four Line 292:80: E501 line too long (99 > 79 characters) Line 293:26: E111 indentation is not a multiple of four Line 313:53: W291 trailing whitespace Line 390:47: E128 continuation line under-indented for visual indent Line 397:43: E231 missing whitespace after ',' Line 398:48: E231 missing whitespace after ',' Line 416:12: E714 test for object identity should be 'is not' Line 418:12: E714 test for object identity should be 'is not' Line 420:12: E714 test for object identity should be 'is not' Line 422:12: E714 test for object identity should be 'is not' Line 424:12: E714 test for object identity should be 'is not' Line 426:12: E714 test for object identity should be 'is not' Line 459:1: E302 expected 2 blank lines, found 1
In the file gravityspy/utils/utils.py, following are the PEP8 issues :
gravityspy/utils/utils.py
Line 33:1: E302 expected 2 blank lines, found 1 Line 46:1: E302 expected 2 blank lines, found 1 Line 83:1: W293 blank line contains whitespace Line 98:20: E128 continuation line under-indented for visual indent Line 144:9: E722 do not use bare 'except' Line 162:1: E302 expected 2 blank lines, found 1 Line 203:65: E225 missing whitespace around operator Line 205:21: E124 closing bracket does not match visual indentation Line 212:1: E302 expected 2 blank lines, found 1 Line 248:80: E501 line too long (83 > 79 characters) Line 257:10: E127 continuation line over-indented for visual indent
Hello @scottcoughlin2014! Thanks for submitting the PR.
In the file
gravityspy/table/events.py
, following are the PEP8 issues :In the file
gravityspy/utils/utils.py
, following are the PEP8 issues :