Sorted linked list added #9785
Annotations
9 errors
Ruff (I001):
data_structures/linked_list/sorted_linked_list.py#L1
data_structures/linked_list/sorted_linked_list.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (UP007):
data_structures/linked_list/sorted_linked_list.py#L69
data_structures/linked_list/sorted_linked_list.py:69:15: UP007 Use `X | Y` for type annotations
|
Ruff (UP007):
data_structures/linked_list/sorted_linked_list.py#L99
data_structures/linked_list/sorted_linked_list.py:99:24: UP007 Use `X | Y` for type annotations
|
Ruff (UP007):
data_structures/linked_list/sorted_linked_list.py#L121
data_structures/linked_list/sorted_linked_list.py:121:15: UP007 Use `X | Y` for type annotations
|
Ruff (UP007):
data_structures/linked_list/sorted_linked_list.py#L162
data_structures/linked_list/sorted_linked_list.py:162:20: UP007 Use `X | Y` for type annotations
|
Ruff (UP007):
data_structures/linked_list/sorted_linked_list.py#L193
data_structures/linked_list/sorted_linked_list.py:193:15: UP007 Use `X | Y` for type annotations
|
Ruff (UP007):
data_structures/linked_list/sorted_linked_list.py#L306
data_structures/linked_list/sorted_linked_list.py:306:15: UP007 Use `X | Y` for type annotations
|
Ruff (UP007):
data_structures/linked_list/sorted_linked_list.py#L340
data_structures/linked_list/sorted_linked_list.py:340:19: UP007 Use `X | Y` for type annotations
|
ruff
Process completed with exit code 1.
|