NCAR / wrf_hydro_py

Python API for the WRF-Hydro model
59 stars 43 forks source link

Group collection #196

Open jmccreight opened 5 years ago

pep8speaks commented 5 years ago

Hello @jmccreight! Thanks for updating this PR.

Line 23:1: W293 blank line contains whitespace Line 24:1: E302 expected 2 blank lines, found 1 Line 148:1: W293 blank line contains whitespace Line 174:1: W293 blank line contains whitespace Line 193:1: W293 blank line contains whitespace Line 194:55: W291 trailing whitespace Line 196:1: W293 blank line contains whitespace Line 230:1: W293 blank line contains whitespace Line 279:1: W293 blank line contains whitespace Line 289:1: W293 blank line contains whitespace Line 309:38: E201 whitespace after '(' Line 309:53: E202 whitespace before ')' Line 330:1: W293 blank line contains whitespace Line 337:101: E501 line too long (102 > 100 characters)

Line 246:5: E266 too many leading '#' for block comment

Line 23:101: E501 line too long (321 > 100 characters) Line 25:101: E501 line too long (1039 > 100 characters) Line 27:101: E501 line too long (1059 > 100 characters) Line 29:101: E501 line too long (1054 > 100 characters) Line 31:101: E501 line too long (1034 > 100 characters) Line 33:101: E501 line too long (1044 > 100 characters) Line 35:101: E501 line too long (1055 > 100 characters) Line 37:101: E501 line too long (1050 > 100 characters) Line 39:101: E501 line too long (1030 > 100 characters) Line 41:101: E501 line too long (321 > 100 characters) Line 43:101: E501 line too long (1039 > 100 characters) Line 45:101: E501 line too long (1059 > 100 characters) Line 47:101: E501 line too long (1054 > 100 characters) Line 49:101: E501 line too long (1034 > 100 characters) Line 51:1: E302 expected 2 blank lines, found 1

Line 34:5: E722 do not use bare 'except' Line 57:5: E722 do not use bare 'except'

Line 5:1: E265 block comment should start with '# ' Line 31:1: W293 blank line contains whitespace Line 122:24: E251 unexpected spaces around keyword / parameter equals Line 122:26: E251 unexpected spaces around keyword / parameter equals Line 123:30: E251 unexpected spaces around keyword / parameter equals Line 123:32: E251 unexpected spaces around keyword / parameter equals Line 188:5: E265 block comment should start with '# ' Line 189:5: E265 block comment should start with '# ' Line 190:1: W293 blank line contains whitespace Line 194:1: W293 blank line contains whitespace Line 206:1: W293 blank line contains whitespace

Line 38:6: W291 trailing whitespace

Comment last updated at 2019-10-23 22:40:13 UTC