add a new reverse-linked-list #14686
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
|