Skip to content

Add XOR Linked List implementation with doctests #15910

Add XOR Linked List implementation with doctests

Add XOR Linked List implementation with doctests #15910

Triggered via pull request October 22, 2025 16:52
Status Failure
Total duration 16s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors
ruff
Process completed with exit code 1.
Ruff (UP045): data_structures/linked_list/xor_linked_list.py#L31
data_structures/linked_list/xor_linked_list.py:31:42: UP045 Use `X | None` for type annotations
Ruff (UP045): data_structures/linked_list/xor_linked_list.py#L31
data_structures/linked_list/xor_linked_list.py:31:23: UP045 Use `X | None` for type annotations
Ruff (UP045): data_structures/linked_list/xor_linked_list.py#L28
data_structures/linked_list/xor_linked_list.py:28:20: UP045 Use `X | None` for type annotations
Ruff (UP045): data_structures/linked_list/xor_linked_list.py#L27
data_structures/linked_list/xor_linked_list.py:27:20: UP045 Use `X | None` for type annotations