snappl update #143
Annotations
10 errors
|
Ruff (E722):
phrosty/pipeline.py#L939
phrosty/pipeline.py:939:29: E722 Do not use bare `except`
|
|
Ruff (W293):
phrosty/pipeline.py#L804
phrosty/pipeline.py:804:1: W293 Blank line contains whitespace
|
|
Ruff (W291):
phrosty/pipeline.py#L726
phrosty/pipeline.py:726:43: W291 Trailing whitespace
|
|
Ruff (F821):
phrosty/pipeline.py#L701
phrosty/pipeline.py:701:79: F821 Undefined name `x`
|
|
Ruff (E722):
phrosty/pipeline.py#L697
phrosty/pipeline.py:697:9: E722 Do not use bare `except`
|
|
Ruff (E722):
phrosty/pipeline.py#L597
phrosty/pipeline.py:597:9: E722 Do not use bare `except`
|
|
Ruff (E722):
phrosty/pipeline.py#L177
phrosty/pipeline.py:177:9: E722 Do not use bare `except`
|
|
Ruff (F401):
phrosty/pipeline.py#L15
phrosty/pipeline.py:15:27: F401 `pyarrow.parquet` imported but unused
|
|
Ruff (F401):
phrosty/pipeline.py#L14
phrosty/pipeline.py:14:19: F401 `pyarrow` imported but unused
|
|
Ruff (F401):
phrosty/pipeline.py#L8
phrosty/pipeline.py:8:8: F401 `json` imported but unused
|