Skip to content

snappl update

snappl update #139

Triggered via pull request October 29, 2025 16:19
Status Failure
Total duration 11s
Artifacts

ruff.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (E722): phrosty/pipeline.py#L917
phrosty/pipeline.py:917:29: E722 Do not use bare `except`
Ruff (F821): phrosty/pipeline.py#L723
phrosty/pipeline.py:723:41: F821 Undefined name `sci_image`
Ruff (F821): phrosty/pipeline.py#L717
phrosty/pipeline.py:717:21: F821 Undefined name `sci_image`
Ruff (W291): phrosty/pipeline.py#L715
phrosty/pipeline.py:715:43: W291 Trailing whitespace
Ruff (F821): phrosty/pipeline.py#L690
phrosty/pipeline.py:690:79: F821 Undefined name `x`
Ruff (E722): phrosty/pipeline.py#L686
phrosty/pipeline.py:686:9: E722 Do not use bare `except`
Ruff (E722): phrosty/pipeline.py#L586
phrosty/pipeline.py:586:9: E722 Do not use bare `except`
Ruff (F841): phrosty/pipeline.py#L253
phrosty/pipeline.py:253:9: F841 Local variable `dbclient` is assigned to but never used
Ruff (E722): phrosty/pipeline.py#L173
phrosty/pipeline.py:173:9: E722 Do not use bare `except`
Ruff (F401): phrosty/pipeline.py#L32
phrosty/pipeline.py:32:31: F401 `snappl.lightcurve.Lightcurve` imported but unused