Closed mgilbert1 closed 3 years ago
Hello @mgilbert1! Thanks for opening this PR. We checked the lines you've touched for PEP 8 issues, and found:
jb/make_graphs.py
:Line 4:80: E501 line too long (127 > 79 characters) Line 6:1: E266 too many leading '#' for block comment Line 8:1: E402 module level import not at top of file Line 9:1: E402 module level import not at top of file Line 10:1: E402 module level import not at top of file Line 11:1: E402 module level import not at top of file Line 13:1: E266 too many leading '#' for block comment Line 15:80: E501 line too long (91 > 79 characters) Line 19:1: E266 too many leading '#' for block comment Line 24:1: E265 block comment should start with '# ' Line 27:46: E231 missing whitespace after ',' Line 29:33: E231 missing whitespace after ',' Line 33:1: E266 too many leading '#' for block comment Line 39:80: E501 line too long (96 > 79 characters) Line 46:62: W291 trailing whitespace Line 48:53: E225 missing whitespace around operator Line 50:62: W291 trailing whitespace Line 52:53: E225 missing whitespace around operator Line 59:1: W293 blank line contains whitespace Line 64:80: E501 line too long (90 > 79 characters) Line 71:62: W291 trailing whitespace Line 73:53: E225 missing whitespace around operator Line 75:62: W291 trailing whitespace Line 77:53: E225 missing whitespace around operator Line 84:1: W293 blank line contains whitespace Line 89:80: E501 line too long (88 > 79 characters) Line 93:63: W291 trailing whitespace Line 94:21: E128 continuation line under-indented for visual indent Line 97:62: W291 trailing whitespace Line 99:53: E225 missing whitespace around operator Line 101:62: W291 trailing whitespace Line 103:53: E225 missing whitespace around operator Line 110:1: W293 blank line contains whitespace Line 115:1: W293 blank line contains whitespace Line 116:1: E266 too many leading '#' for block comment Line 118:79: W291 trailing whitespace Line 120:24: E127 continuation line over-indented for visual indent Line 123:1: W293 blank line contains whitespace Line 132:1: W293 blank line contains whitespace Line 142:1: W293 blank line contains whitespace Line 148:55: W291 trailing whitespace Line 149:39: E231 missing whitespace after ',' Line 151:1: E302 expected 2 blank lines, found 1 Line 152:3: E111 indentation is not a multiple of four Line 153:1: W293 blank line contains whitespace Line 155:80: E501 line too long (110 > 79 characters) Line 156:1: W293 blank line contains whitespace Line 160:3: E111 indentation is not a multiple of four Line 161:3: E111 indentation is not a multiple of four Line 161:68: E231 missing whitespace after ',' Line 161:80: E501 line too long (94 > 79 characters) Line 162:3: E111 indentation is not a multiple of four Line 162:80: E501 line too long (83 > 79 characters) Line 163:39: E128 continuation line under-indented for visual indent Line 164:39: E128 continuation line under-indented for visual indent Line 165:3: E111 indentation is not a multiple of four Line 167:1: E305 expected 2 blank lines after class or function definition, found 1 Line 171:1: E302 expected 2 blank lines, found 1 Line 173:1: W293 blank line contains whitespace Line 176:80: E501 line too long (88 > 79 characters) Line 181:1: W293 blank line contains whitespace Line 197:1: W293 blank line contains whitespace Line 204:1: E305 expected 2 blank lines after class or function definition, found 1 Line 204:63: W291 trailing whitespace Line 205:12: E128 continuation line under-indented for visual indent Line 206:12: E128 continuation line under-indented for visual indent Line 207:12: E128 continuation line under-indented for visual indent Line 208:12: E128 continuation line under-indented for visual indent Line 210:80: E501 line too long (169 > 79 characters) Line 210:99: E251 unexpected spaces around keyword / parameter equals Line 210:101: E251 unexpected spaces around keyword / parameter equals Line 210:125: E251 unexpected spaces around keyword / parameter equals Line 210:127: E251 unexpected spaces around keyword / parameter equals Line 210:141: E251 unexpected spaces around keyword / parameter equals Line 210:143: E251 unexpected spaces around keyword / parameter equals Line 212:61: W291 trailing whitespace Line 213:12: E128 continuation line under-indented for visual indent Line 214:12: E128 continuation line under-indented for visual indent Line 215:12: E128 continuation line under-indented for visual indent Line 216:12: E128 continuation line under-indented for visual indent Line 217:80: E501 line too long (169 > 79 characters) Line 217:99: E251 unexpected spaces around keyword / parameter equals Line 217:101: E251 unexpected spaces around keyword / parameter equals Line 217:125: E251 unexpected spaces around keyword / parameter equals Line 217:127: E251 unexpected spaces around keyword / parameter equals Line 217:141: E251 unexpected spaces around keyword / parameter equals Line 217:143: E251 unexpected spaces around keyword / parameter equals Line 219:61: W291 trailing whitespace Line 220:12: E128 continuation line under-indented for visual indent Line 221:12: E128 continuation line under-indented for visual indent Line 222:12: E128 continuation line under-indented for visual indent Line 223:12: E128 continuation line under-indented for visual indent Line 224:80: E501 line too long (169 > 79 characters) Line 224:99: E251 unexpected spaces around keyword / parameter equals Line 224:101: E251 unexpected spaces around keyword / parameter equals Line 224:125: E251 unexpected spaces around keyword / parameter equals Line 224:127: E251 unexpected spaces around keyword / parameter equals Line 224:141: E251 unexpected spaces around keyword / parameter equals Line 224:143: E251 unexpected spaces around keyword / parameter equals Line 225:1: W391 blank line at end of file
Small edits just make the notebooks compatible with myst-converter.py