Skip to content

Splaytree v3

Splaytree v3 #16343

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

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
ruff
Process completed with exit code 1.
Ruff (PLR5501): data_structures/binary_tree/splay_tree.py#L91
data_structures/binary_tree/splay_tree.py:91:13: PLR5501 Use `elif` instead of `else` then `if`, to reduce indentation
Ruff (E501): data_structures/binary_tree/splay_tree.py#L85
data_structures/binary_tree/splay_tree.py:85:89: E501 Line too long (90 > 88)