Merge pull request #805 from dcamron/metpy-docs-workflows #947
reviewdog [flake8] report
reported by reviewdog 🐶
Findings (13)
ci/filter_links.py|1 col 2| C801 Copyright notice not present.
ci/filter_links.py|31 col 9| T201 print found.
ci/filter_links.py|33 col 9| E731 do not assign a lambda expression, use a def
ci/filter_links.py|35 col 9| T201 print found.
ci/filter_links.py|36 col 9| E731 do not assign a lambda expression, use a def
ci/filter_links.py|42 col 13| T201 print found.
ci/filter_links.py|42 col 27| Q000 Double quotes found but single quotes preferred
ci/filter_links.py|42 col 39| E231 missing whitespace after ':'
ci/filter_links.py|42 col 46| Q000 Double quotes found but single quotes preferred
ci/filter_links.py|42 col 64| Q000 Double quotes found but single quotes preferred
ci/filter_links.py|43 col 27| Q000 Double quotes found but single quotes preferred
ci/filter_links.py|43 col 44| Q000 Double quotes found but single quotes preferred
ci/download_cartopy_maps.py|1 col 2| C801 Copyright notice not present.
Filtered Findings (0)
Annotations
Check failure on line 1 in ci/filter_links.py
github-actions / flake8
[flake8] ci/filter_links.py#L1
C801 Copyright notice not present.
Raw output
./ci/filter_links.py:1:2: C801 Copyright notice not present.
Check failure on line 31 in ci/filter_links.py
github-actions / flake8
[flake8] ci/filter_links.py#L31
T201 print found.
Raw output
./ci/filter_links.py:31:9: T201 print found.
Check failure on line 33 in ci/filter_links.py
github-actions / flake8
[flake8] ci/filter_links.py#L33
E731 do not assign a lambda expression, use a def
Raw output
./ci/filter_links.py:33:9: E731 do not assign a lambda expression, use a def
Check failure on line 35 in ci/filter_links.py
github-actions / flake8
[flake8] ci/filter_links.py#L35
T201 print found.
Raw output
./ci/filter_links.py:35:9: T201 print found.
Check failure on line 36 in ci/filter_links.py
github-actions / flake8
[flake8] ci/filter_links.py#L36
E731 do not assign a lambda expression, use a def
Raw output
./ci/filter_links.py:36:9: E731 do not assign a lambda expression, use a def
Check failure on line 42 in ci/filter_links.py
github-actions / flake8
[flake8] ci/filter_links.py#L42
T201 print found.
Raw output
./ci/filter_links.py:42:13: T201 print found.
Check failure on line 42 in ci/filter_links.py
github-actions / flake8
[flake8] ci/filter_links.py#L42
Q000 Double quotes found but single quotes preferred
Raw output
./ci/filter_links.py:42:27: Q000 Double quotes found but single quotes preferred
Check failure on line 42 in ci/filter_links.py
github-actions / flake8
[flake8] ci/filter_links.py#L42
E231 missing whitespace after ':'
Raw output
./ci/filter_links.py:42:39: E231 missing whitespace after ':'
Check failure on line 42 in ci/filter_links.py
github-actions / flake8
[flake8] ci/filter_links.py#L42
Q000 Double quotes found but single quotes preferred
Raw output
./ci/filter_links.py:42:46: Q000 Double quotes found but single quotes preferred
Check failure on line 42 in ci/filter_links.py
github-actions / flake8
[flake8] ci/filter_links.py#L42
Q000 Double quotes found but single quotes preferred
Raw output
./ci/filter_links.py:42:64: Q000 Double quotes found but single quotes preferred
Check failure on line 43 in ci/filter_links.py
github-actions / flake8
[flake8] ci/filter_links.py#L43
Q000 Double quotes found but single quotes preferred
Raw output
./ci/filter_links.py:43:27: Q000 Double quotes found but single quotes preferred
Check failure on line 43 in ci/filter_links.py
github-actions / flake8
[flake8] ci/filter_links.py#L43
Q000 Double quotes found but single quotes preferred
Raw output
./ci/filter_links.py:43:44: Q000 Double quotes found but single quotes preferred
Check failure on line 1 in ci/download_cartopy_maps.py
github-actions / flake8
[flake8] ci/download_cartopy_maps.py#L1
C801 Copyright notice not present.
Raw output
./ci/download_cartopy_maps.py:1:2: C801 Copyright notice not present.