adding scripts and outputs to litterbox #41
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.
|