Skip to content

Update middle_element_of_linked_list.py #10717

Update middle_element_of_linked_list.py

Update middle_element_of_linked_list.py #10717

Triggered via pull request October 8, 2024 19:42
Status Failure
Total duration 20s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
Ruff (E501): data_structures/linked_list/middle_element_of_linked_list.py#L53
data_structures/linked_list/middle_element_of_linked_list.py:53:89: E501 Line too long (104 > 88)
Ruff (UP032): data_structures/linked_list/middle_element_of_linked_list.py#L77
data_structures/linked_list/middle_element_of_linked_list.py:77:26: UP032 Use f-string instead of `format` call
ruff
Process completed with exit code 1.