rootio / rootio_web

RootIO web app & telephony services
https://rootio.eu
GNU Affero General Public License v3.0
36 stars 19 forks source link

Feature/play status no media #358

Closed carlosmouracorreia closed 4 years ago

pep8speaks commented 4 years ago

Hello @carlosmouracorreia! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 13:1: E402 module level import not at top of file Line 14:1: E402 module level import not at top of file Line 15:1: E402 module level import not at top of file Line 17:1: E302 expected 2 blank lines, found 1 Line 18:5: E266 too many leading '#' for block comment Line 20:16: E128 continuation line under-indented for visual indent Line 21:16: E128 continuation line under-indented for visual indent Line 22:16: E128 continuation line under-indented for visual indent Line 23:16: E128 continuation line under-indented for visual indent Line 24:5: E266 too many leading '#' for block comment Line 28:5: E266 too many leading '#' for block comment Line 30:16: E128 continuation line under-indented for visual indent Line 31:16: E128 continuation line under-indented for visual indent Line 32:16: E128 continuation line under-indented for visual indent Line 33:5: E266 too many leading '#' for block comment Line 34:1: W391 blank line at end of file

Line 13:1: E402 module level import not at top of file Line 14:1: E402 module level import not at top of file Line 15:1: E402 module level import not at top of file Line 17:1: E302 expected 2 blank lines, found 1 Line 18:80: E501 line too long (102 > 79 characters) Line 20:1: E302 expected 2 blank lines, found 1 Line 21:64: W292 no newline at end of file

Line 13:1: E402 module level import not at top of file Line 14:1: E402 module level import not at top of file Line 18:5: E266 too many leading '#' for block comment Line 20:16: E128 continuation line under-indented for visual indent Line 21:16: E128 continuation line under-indented for visual indent Line 22:16: E128 continuation line under-indented for visual indent Line 23:16: E128 continuation line under-indented for visual indent Line 24:5: E266 too many leading '#' for block comment Line 28:5: E266 too many leading '#' for block comment Line 30:16: E128 continuation line under-indented for visual indent Line 31:16: E128 continuation line under-indented for visual indent Line 32:16: E128 continuation line under-indented for visual indent Line 33:5: E266 too many leading '#' for block comment

Line 178:75: E712 comparison to False should be 'if cond is False:' or 'if not cond:' Line 178:80: E501 line too long (89 > 79 characters) Line 184:80: E501 line too long (124 > 79 characters) Line 184:110: E712 comparison to False should be 'if cond is False:' or 'if not cond:' Line 308:75: E712 comparison to False should be 'if cond is False:' or 'if not cond:' Line 308:80: E501 line too long (89 > 79 characters) Line 363:45: W291 trailing whitespace

Line 142:80: E501 line too long (96 > 79 characters)

Line 49:80: E501 line too long (91 > 79 characters) Line 53:80: E501 line too long (88 > 79 characters) Line 96:80: E501 line too long (83 > 79 characters)

Line 152:80: E501 line too long (100 > 79 characters)

Line 44:80: E501 line too long (160 > 79 characters)

Line 155:80: E501 line too long (96 > 79 characters)

Line 151:80: E501 line too long (108 > 79 characters) Line 158:80: E501 line too long (118 > 79 characters)

Line 4:1: E302 expected 2 blank lines, found 1

Comment last updated at 2019-09-23 07:38:16 UTC