Skip to content

test 2

test 2 #45

Triggered via push December 12, 2025 14:13
Status Failure
Total duration 9s
Artifacts

ruff.yml

on: push
Fit to window
Zoom out
Zoom in

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`