Skip to content

Binary search tree #13204

Binary search tree

Binary search tree #13204

Triggered via pull request June 2, 2025 16:59
Status Failure
Total duration 13s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors
ruff
Process completed with exit code 1.
Ruff (E501): tree/binary_search_tree.py#L209
tree/binary_search_tree.py:209:89: E501 Line too long (98 > 88)
Ruff (E501): tree/binary_search_tree.py#L169
tree/binary_search_tree.py:169:89: E501 Line too long (95 > 88)
Ruff (PLR5501): tree/binary_search_tree.py#L83
tree/binary_search_tree.py:83:9: PLR5501 Use `elif` instead of `else` then `if`, to reduce indentation
Ruff (INP001): tree/binary_search_tree.py#L1
tree/binary_search_tree.py:1:1: INP001 File `tree/binary_search_tree.py` is part of an implicit namespace package. Add an `__init__.py`.