Catalogue walk #830
Annotations
10 errors
Flake8:
src/siphon/http_util.py#L493
[flake8] reported by reviewdog 🐶
E231 missing whitespace after ':'
Raw Output:
./src/siphon/http_util.py:493:71: E231 missing whitespace after ':'
|
Flake8:
src/siphon/catalog.py#L14
[flake8] reported by reviewdog 🐶
I201 Missing newline between import groups. 'import requests' is identified as Third Party and 'import re' is identified as Stdlib.
Raw Output:
./src/siphon/catalog.py:14:1: I201 Missing newline between import groups. 'import requests' is identified as Third Party and 'import re' is identified as Stdlib.
|
Flake8:
src/siphon/catalog.py#L15
[flake8] reported by reviewdog 🐶
I100 Import statements are in the wrong order. 'import warnings' should be before 'import requests' and in a different group.
Raw Output:
./src/siphon/catalog.py:15:1: I100 Import statements are in the wrong order. 'import warnings' should be before 'import requests' and in a different group.
|
Flake8:
src/siphon/catalog.py#L15
[flake8] reported by reviewdog 🐶
I201 Missing newline between import groups. 'import warnings' is identified as Stdlib and 'import requests' is identified as Third Party.
Raw Output:
./src/siphon/catalog.py:15:1: I201 Missing newline between import groups. 'import warnings' is identified as Stdlib and 'import requests' is identified as Third Party.
|
Flake8:
src/siphon/catalog.py#L395
[flake8] reported by reviewdog 🐶
D201 No blank lines allowed before function docstring
Raw Output:
./src/siphon/catalog.py:395:1: D201 No blank lines allowed before function docstring
|
Flake8:
src/siphon/cdmr/ncstream.py#L143
[flake8] reported by reviewdog 🐶
E231 missing whitespace after ':'
Raw Output:
./src/siphon/cdmr/ncstream.py:143:60: E231 missing whitespace after ':'
|
Flake8:
src/siphon/simplewebservice/iastate.py#L179
[flake8] reported by reviewdog 🐶
E231 missing whitespace after ':'
Raw Output:
./src/siphon/simplewebservice/iastate.py:179:39: E231 missing whitespace after ':'
|
Flake8:
examples/ncss/NCSS_Cartopy_Example.py#L114
[flake8] reported by reviewdog 🐶
E231 missing whitespace after ':'
Raw Output:
./examples/ncss/NCSS_Cartopy_Example.py:114:60: E231 missing whitespace after ':'
|
Flake8:
examples/ncss/NCSS_Cartopy_Example.py#L114
[flake8] reported by reviewdog 🐶
E231 missing whitespace after ':'
Raw Output:
./examples/ncss/NCSS_Cartopy_Example.py:114:72: E231 missing whitespace after ':'
|
Flake8
Process completed with exit code 1.
|