UBICenter / plotly-converter

Convert pages with Plotly graphs to Python programatically
2 stars 4 forks source link

More automation and more support #14

Closed mgilbert1 closed 3 years ago

mgilbert1 commented 3 years ago

Updates:

pep8speaks commented 3 years ago

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

Line 4:80: E501 line too long (112 > 79 characters) Line 8:1: E402 module level import not at top of file Line 57:28: W291 trailing whitespace Line 109:80: E501 line too long (118 > 79 characters) Line 168:1: W293 blank line contains whitespace Line 172:1: W293 blank line contains whitespace Line 192:80: E501 line too long (193 > 79 characters) Line 192:123: E251 unexpected spaces around keyword / parameter equals Line 192:125: E251 unexpected spaces around keyword / parameter equals Line 192:149: E251 unexpected spaces around keyword / parameter equals Line 192:151: E251 unexpected spaces around keyword / parameter equals Line 192:165: E251 unexpected spaces around keyword / parameter equals Line 192:167: E251 unexpected spaces around keyword / parameter equals Line 206:80: E501 line too long (193 > 79 characters) Line 206:123: E251 unexpected spaces around keyword / parameter equals Line 206:125: E251 unexpected spaces around keyword / parameter equals Line 206:149: E251 unexpected spaces around keyword / parameter equals Line 206:151: E251 unexpected spaces around keyword / parameter equals Line 206:165: E251 unexpected spaces around keyword / parameter equals Line 206:167: E251 unexpected spaces around keyword / parameter equals Line 222:80: E501 line too long (193 > 79 characters) Line 222:123: E251 unexpected spaces around keyword / parameter equals Line 222:125: E251 unexpected spaces around keyword / parameter equals Line 222:149: E251 unexpected spaces around keyword / parameter equals Line 222:151: E251 unexpected spaces around keyword / parameter equals Line 222:165: E251 unexpected spaces around keyword / parameter equals Line 222:167: E251 unexpected spaces around keyword / parameter equals

Line 14:80: E501 line too long (94 > 79 characters) Line 21:80: E501 line too long (81 > 79 characters) Line 21:82: W291 trailing whitespace Line 23:80: E501 line too long (92 > 79 characters) Line 26:1: E722 do not use bare 'except' Line 27:80: E501 line too long (81 > 79 characters) Line 29:80: E501 line too long (82 > 79 characters) Line 40:29: E251 unexpected spaces around keyword / parameter equals Line 40:31: E251 unexpected spaces around keyword / parameter equals Line 40:46: E251 unexpected spaces around keyword / parameter equals Line 40:48: E251 unexpected spaces around keyword / parameter equals Line 42:80: E501 line too long (89 > 79 characters) Line 43:6: W291 trailing whitespace Line 55:80: E501 line too long (87 > 79 characters) Line 57:80: E501 line too long (88 > 79 characters) Line 58:29: E251 unexpected spaces around keyword / parameter equals Line 58:31: E251 unexpected spaces around keyword / parameter equals Line 58:46: E251 unexpected spaces around keyword / parameter equals Line 58:48: E251 unexpected spaces around keyword / parameter equals Line 82:28: W291 trailing whitespace Line 121:1: E302 expected 2 blank lines, found 1 Line 122:3: E111 indentation is not a multiple of four Line 130:1: E302 expected 2 blank lines, found 1 Line 156:80: E501 line too long (80 > 79 characters) Line 158:1: E302 expected 2 blank lines, found 1 Line 160:80: E501 line too long (190 > 79 characters) Line 162:1: E302 expected 2 blank lines, found 1 Line 164:80: E501 line too long (91 > 79 characters) Line 167:1: E302 expected 2 blank lines, found 1 Line 173:80: E501 line too long (101 > 79 characters) Line 178:1: E305 expected 2 blank lines after class or function definition, found 1 Line 191:22: W291 trailing whitespace Line 204:1: W293 blank line contains whitespace