Skip to content

implement segment tree using node (new .py file in data_structures/binary_tree/segment_tree_node.py) #12899

implement segment tree using node (new .py file in data_structures/binary_tree/segment_tree_node.py)

implement segment tree using node (new .py file in data_structures/binary_tree/segment_tree_node.py) #12899

Triggered via pull request May 6, 2025 05:33
Status Failure
Total duration 13s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors
ruff
Process completed with exit code 1.
Ruff (UP007): data_structures/binary_tree/segment_tree_node.py#L29
data_structures/binary_tree/segment_tree_node.py:29:63: UP007 Use `X | Y` for type annotations
Ruff (UP007): data_structures/binary_tree/segment_tree_node.py#L27
data_structures/binary_tree/segment_tree_node.py:27:20: UP007 Use `X | Y` for type annotations
Ruff (UP037): data_structures/binary_tree/segment_tree_node.py#L11
data_structures/binary_tree/segment_tree_node.py:11:30: UP037 Remove quotes from type annotation
Ruff (UP007): data_structures/binary_tree/segment_tree_node.py#L11
data_structures/binary_tree/segment_tree_node.py:11:21: UP007 Use `X | Y` for type annotations
Ruff (UP037): data_structures/binary_tree/segment_tree_node.py#L10
data_structures/binary_tree/segment_tree_node.py:10:29: UP037 Remove quotes from type annotation
Ruff (UP007): data_structures/binary_tree/segment_tree_node.py#L10
data_structures/binary_tree/segment_tree_node.py:10:20: UP007 Use `X | Y` for type annotations
Ruff (UP007): data_structures/binary_tree/segment_tree_node.py#L9
data_structures/binary_tree/segment_tree_node.py:9:21: UP007 Use `X | Y` for type annotations