Merge pull request #760 from dopplershift/fix-759 #830
reviewdog [flake8] report
reported by reviewdog 🐶
Findings (6)
examples/ncss/NCSS_Cartopy_Example.py|114 col 60| E231 missing whitespace after ':'
examples/ncss/NCSS_Cartopy_Example.py|114 col 72| E231 missing whitespace after ':'
tests/test_catalog.py|410 col 58| W292 no newline at end of file
src/siphon/http_util.py|493 col 71| E231 missing whitespace after ':'
src/siphon/cdmr/ncstream.py|143 col 60| E231 missing whitespace after ':'
src/siphon/simplewebservice/iastate.py|179 col 39| E231 missing whitespace after ':'
Filtered Findings (0)
Annotations
Check failure on line 114 in examples/ncss/NCSS_Cartopy_Example.py
github-actions / flake8
[flake8] examples/ncss/NCSS_Cartopy_Example.py#L114
E231 missing whitespace after ':'
Raw output
./examples/ncss/NCSS_Cartopy_Example.py:114:60: E231 missing whitespace after ':'
Check failure on line 114 in examples/ncss/NCSS_Cartopy_Example.py
github-actions / flake8
[flake8] examples/ncss/NCSS_Cartopy_Example.py#L114
E231 missing whitespace after ':'
Raw output
./examples/ncss/NCSS_Cartopy_Example.py:114:72: E231 missing whitespace after ':'
Check failure on line 410 in tests/test_catalog.py
github-actions / flake8
[flake8] tests/test_catalog.py#L410
W292 no newline at end of file
Raw output
./tests/test_catalog.py:410:58: W292 no newline at end of file
Check failure on line 493 in src/siphon/http_util.py
github-actions / flake8
[flake8] src/siphon/http_util.py#L493
E231 missing whitespace after ':'
Raw output
./src/siphon/http_util.py:493:71: E231 missing whitespace after ':'
Check failure on line 143 in src/siphon/cdmr/ncstream.py
github-actions / flake8
[flake8] src/siphon/cdmr/ncstream.py#L143
E231 missing whitespace after ':'
Raw output
./src/siphon/cdmr/ncstream.py:143:60: E231 missing whitespace after ':'
Check failure on line 179 in src/siphon/simplewebservice/iastate.py
github-actions / flake8
[flake8] src/siphon/simplewebservice/iastate.py#L179
E231 missing whitespace after ':'
Raw output
./src/siphon/simplewebservice/iastate.py:179:39: E231 missing whitespace after ':'