test 2 #45
Annotations
5 errors
|
ruff
The process '/opt/hostedtoolcache/ruff/0.4.4/x86_64/ruff' failed with exit code 1
|
|
Ruff (F841):
TestWorks/Test2.py#L33
TestWorks/Test2.py:33:13: F841 Local variable `curr` is assigned to but never used
|
|
Ruff (F841):
TestWorks/Test2.py#L33
TestWorks/Test2.py:33:13: F841 Local variable `curr` is assigned to but never used
|
|
Ruff (E711):
TestWorks/Test2.py#L15
TestWorks/Test2.py:15:29: E711 Comparison to `None` should be `cond is None`
|
|
Ruff (E711):
TestWorks/Test2.py#L15
TestWorks/Test2.py:15:29: E711 Comparison to `None` should be `cond is None`
|