Skip to content

Find peaks

Find peaks #5075

Triggered via pull request January 4, 2025 00:48
Status Failure
Total duration 31s
Artifacts

linting.yml

on: pull_request
Run Lint Tools
22s
Run Lint Tools
Fit to window
Zoom out
Zoom in

Annotations

14 errors and 1 warning
Run Lint Tools: src/metpy/calc/tools.py#L1987
[codespell] reported by reviewdog 🐶 persistance ==> persistence Raw Output: ./src/metpy/calc/tools.py:1987: persistance ==> persistence
Run Lint Tools: src/metpy/calc/tools.py#L2027
[codespell] reported by reviewdog 🐶 signficant ==> significant Raw Output: ./src/metpy/calc/tools.py:2027: signficant ==> significant
Run Lint Tools: src/metpy/calc/tools.py#L2043
[codespell] reported by reviewdog 🐶 signficant ==> significant Raw Output: ./src/metpy/calc/tools.py:2043: signficant ==> significant
Run Lint Tools
Process completed with exit code 65.
Ruff (C401): src/metpy/calc/tools.py#L2003
src/metpy/calc/tools.py:2003:28: C401 Unnecessary generator (rewrite as a set comprehension)
Ruff (B905): src/metpy/calc/tools.py#L2046
src/metpy/calc/tools.py:2046:18: B905 `zip()` without an explicit `strict=` parameter
Ruff (B905): src/metpy/calc/tools.py#L2049
src/metpy/calc/tools.py:2049:22: B905 `zip()` without an explicit `strict=` parameter
Ruff (B905): src/metpy/calc/tools.py#L2050
src/metpy/calc/tools.py:2050:64: B905 `zip()` without an explicit `strict=` parameter
Ruff (W292): src/metpy/calc/tools.py#L2050
src/metpy/calc/tools.py:2050:83: W292 No newline at end of file
Ruff (B905): src/metpy/plots/text.py#L205
src/metpy/plots/text.py:205:32: B905 `zip()` without an explicit `strict=` parameter
Ruff (E226): tests/calc/test_calc_tools.py#L1589
tests/calc/test_calc_tools.py:1589:67: E226 Missing whitespace around arithmetic operator
Ruff (E226): tests/calc/test_calc_tools.py#L1602
tests/calc/test_calc_tools.py:1602:67: E226 Missing whitespace around arithmetic operator
Ruff (W292): tests/calc/test_calc_tools.py#L1605
tests/calc/test_calc_tools.py:1605:48: W292 No newline at end of file
Run Lint Tools
Process completed with exit code 1.
Run Lint Tools
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636