Skip to content

add a new reverse-linked-list #14686

add a new reverse-linked-list

add a new reverse-linked-list #14686

Triggered via pull request October 5, 2025 13:05
Status Failure
Total duration 12s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
ruff
Process completed with exit code 1.
Ruff (E501): data_structures/linked_list/reverse_linked_list.py#L57
data_structures/linked_list/reverse_linked_list.py:57:89: E501 Line too long (98 > 88)
Ruff (A002): data_structures/linked_list/reverse_linked_list.py#L9
data_structures/linked_list/reverse_linked_list.py:9:31: A002 Function argument `next` is shadowing a Python builtin