phi-grib / flame

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

Confidential #215

Closed manuelpastor closed 2 years ago

pep8speaks commented 2 years ago

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

Line 68:41: E128 continuation line under-indented for visual indent Line 70:80: E501 line too long (104 > 79 characters) Line 89:12: E211 whitespace before '(' Line 90:34: E231 missing whitespace after ',' Line 95:31: E711 comparison to None should be 'if cond is not None:' Line 99:64: W291 trailing whitespace Line 104:21: E211 whitespace before '(' Line 111:44: E231 missing whitespace after ',' Line 114:45: W291 trailing whitespace Line 116:36: E211 whitespace before '(' Line 117:1: W293 blank line contains whitespace Line 118:67: W291 trailing whitespace Line 130:31: E211 whitespace before '(' Line 132:31: E231 missing whitespace after ',' Line 135:27: E211 whitespace before '(' Line 136:27: E211 whitespace before '[' Line 137:28: E231 missing whitespace after ',' Line 137:31: E225 missing whitespace around operator Line 137:34: E261 at least two spaces before inline comment Line 139:28: E231 missing whitespace after ',' Line 139:31: E225 missing whitespace around operator Line 139:34: E261 at least two spaces before inline comment Line 141:54: W291 trailing whitespace Line 196:80: E501 line too long (88 > 79 characters) Line 197:21: W291 trailing whitespace Line 212:80: E501 line too long (99 > 79 characters) Line 216:54: W291 trailing whitespace Line 217:1: W293 blank line contains whitespace Line 225:1: W293 blank line contains whitespace Line 229:40: E211 whitespace before '(' Line 233:80: E501 line too long (106 > 79 characters) Line 250:80: E501 line too long (83 > 79 characters) Line 256:1: W293 blank line contains whitespace Line 258:1: W293 blank line contains whitespace

Line 94:1: W293 blank line contains whitespace Line 125:80: E501 line too long (88 > 79 characters) Line 128:80: E501 line too long (86 > 79 characters) Line 157:1: W293 blank line contains whitespace Line 161:32: W292 no newline at end of file