Skip to content

Merge pull request #760 from dopplershift/fix-759 #830

Merge pull request #760 from dopplershift/fix-759

Merge pull request #760 from dopplershift/fix-759 #830

GitHub Actions / flake8 failed May 13, 2024 in 0s

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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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 ':'