Skip to content

Splaytree v3

Splaytree v3 #16342

Triggered via pull request November 7, 2025 17:01
Status Failure
Total duration 15s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (PLR5501): data_structures/binary_tree/splay_tree.py#L88
data_structures/binary_tree/splay_tree.py:88:13: PLR5501 Use `elif` instead of `else` then `if`, to reduce indentation
Ruff (W293): data_structures/binary_tree/splay_tree.py#L87
data_structures/binary_tree/splay_tree.py:87:1: W293 Blank line contains whitespace
Ruff (E501): data_structures/binary_tree/splay_tree.py#L82
data_structures/binary_tree/splay_tree.py:82:89: E501 Line too long (90 > 88)
Ruff (W293): data_structures/binary_tree/splay_tree.py#L79
data_structures/binary_tree/splay_tree.py:79:1: W293 Blank line contains whitespace
Ruff (W293): data_structures/binary_tree/splay_tree.py#L73
data_structures/binary_tree/splay_tree.py:73:1: W293 Blank line contains whitespace
Ruff (W293): data_structures/binary_tree/splay_tree.py#L67
data_structures/binary_tree/splay_tree.py:67:1: W293 Blank line contains whitespace
Ruff (W293): data_structures/binary_tree/splay_tree.py#L58
data_structures/binary_tree/splay_tree.py:58:1: W293 Blank line contains whitespace
Ruff (W293): data_structures/binary_tree/splay_tree.py#L46
data_structures/binary_tree/splay_tree.py:46:1: W293 Blank line contains whitespace
Ruff (W293): data_structures/binary_tree/splay_tree.py#L37
data_structures/binary_tree/splay_tree.py:37:1: W293 Blank line contains whitespace
Ruff (W293): data_structures/binary_tree/splay_tree.py#L29
data_structures/binary_tree/splay_tree.py:29:1: W293 Blank line contains whitespace