phi-grib / flame

Modeling framework for eTRANSAFE project
GNU General Public License v3.0
12 stars 10 forks source link

Version 0.9.1 #193

Closed manuelpastor closed 4 years ago

pep8speaks commented 4 years ago

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

Line 213:80: E501 line too long (86 > 79 characters)

Line 62:1: W293 blank line contains whitespace Line 97:80: E501 line too long (92 > 79 characters) Line 98:36: E712 comparison to True should be 'if cond is True:' or 'if cond:' Line 99:80: E501 line too long (83 > 79 characters) Line 100:80: E501 line too long (83 > 79 characters) Line 101:80: E501 line too long (95 > 79 characters) Line 109:9: E203 whitespace before ':' Line 113:9: E722 do not use bare 'except' Line 114:80: E501 line too long (80 > 79 characters) Line 116:35: E211 whitespace before '(' Line 116:47: E231 missing whitespace after ',' Line 117:40: E211 whitespace before '(' Line 117:52: E231 missing whitespace after ',' Line 118:35: E211 whitespace before '(' Line 118:47: E231 missing whitespace after ',' Line 137:1: W293 blank line contains whitespace

Line 39:1: E302 expected 2 blank lines, found 1 Line 49:64: W291 trailing whitespace Line 50:45: E231 missing whitespace after ',' Line 51:29: E231 missing whitespace after ',' Line 62:80: E501 line too long (93 > 79 characters) Line 66:9: E722 do not use bare 'except' Line 67:80: E501 line too long (105 > 79 characters) Line 68:1: W293 blank line contains whitespace Line 133:60: W291 trailing whitespace Line 134:38: E231 missing whitespace after ',' Line 135:5: E115 expected an indented block (comment) Line 150:60: W291 trailing whitespace Line 151:38: E231 missing whitespace after ',' Line 151:53: E231 missing whitespace after ',' Line 174:60: W291 trailing whitespace Line 175:38: E231 missing whitespace after ','