Skip to content

adding scripts and outputs to litterbox #41

adding scripts and outputs to litterbox

adding scripts and outputs to litterbox #41

Triggered via pull request January 8, 2024 19:47
Status Failure
Total duration 19s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Ruff (F401): tutorials/beginner_tutorial/convert.py#L1
tutorials/beginner_tutorial/convert.py:1:20: F401 `typing.Any` imported but unused
Ruff (F401): tutorials/beginner_tutorial/convert.py#L1
tutorials/beginner_tutorial/convert.py:1:20: F401 `typing.Any` imported but unused
Ruff (F401): tutorials/beginner_tutorial/convert.py#L1
tutorials/beginner_tutorial/convert.py:1:25: F401 `typing.List` imported but unused
Ruff (F401): tutorials/beginner_tutorial/convert.py#L1
tutorials/beginner_tutorial/convert.py:1:25: F401 `typing.List` imported but unused
Ruff (F401): tutorials/beginner_tutorial/convert.py#L1
tutorials/beginner_tutorial/convert.py:1:41: F401 `typing.Tuple` imported but unused
Ruff (F401): tutorials/beginner_tutorial/convert.py#L1
tutorials/beginner_tutorial/convert.py:1:41: F401 `typing.Tuple` imported but unused
Ruff (F811): tutorials/beginner_tutorial/convert.py#L7
tutorials/beginner_tutorial/convert.py:7:35: F811 Redefinition of unused `Error` from line 4
Ruff (F811): tutorials/beginner_tutorial/convert.py#L7
tutorials/beginner_tutorial/convert.py:7:35: F811 Redefinition of unused `Error` from line 4
Ruff (E711): tutorials/beginner_tutorial/convert.py#L31
tutorials/beginner_tutorial/convert.py:31:47: E711 Comparison to `None` should be `cond is None`
Ruff (E711): tutorials/beginner_tutorial/convert.py#L31
tutorials/beginner_tutorial/convert.py:31:47: E711 Comparison to `None` should be `cond is None`
ruff
The `python-version` input is not set. The version of Python currently in `PATH` will be used.