Closed kmader closed 6 years ago
Hello @kmader! Thanks for submitting the PR.
jupyanno/__init__.py
, following are the PEP8 issues :Line 23:1: E302 expected 2 blank lines, found 1 Line 33:1: W293 blank line contains whitespace Line 40:1: E302 expected 2 blank lines, found 1 Line 47:80: E501 line too long (116 > 79 characters) Line 54:80: E501 line too long (89 > 79 characters) Line 57:80: E501 line too long (110 > 79 characters) Line 59:1: E302 expected 2 blank lines, found 0 Line 60:80: E501 line too long (101 > 79 characters) Line 62:1: E305 expected 2 blank lines after class or function definition, found 1 Line 62:80: E501 line too long (130 > 79 characters) Line 64:1: E302 expected 2 blank lines, found 1 Line 71:1: E302 expected 2 blank lines, found 1 Line 88:1: E302 expected 2 blank lines, found 1 Line 91:25: E711 comparison to None should be 'if cond is None:' Line 104:1: E302 expected 2 blank lines, found 1 Line 112:80: E501 line too long (85 > 79 characters) Line 113:80: E501 line too long (115 > 79 characters) Line 115:1: E302 expected 2 blank lines, found 1 Line 127:80: E501 line too long (93 > 79 characters) Line 134:1: E305 expected 2 blank lines after class or function definition, found 1 Line 134:1: E402 module level import not at top of file Line 135:1: E402 module level import not at top of file Line 136:1: E402 module level import not at top of file Line 137:1: E402 module level import not at top of file Line 145:80: E501 line too long (96 > 79 characters)
first limited version of notebook functions as giant mega-file https://github.com/chestrays/jupyanno/issues/41