Skip to content

Fix Tree Sort algorithm for duplicate values and input types #13220

Fix Tree Sort algorithm for duplicate values and input types

Fix Tree Sort algorithm for duplicate values and input types #13220

Triggered via pull request June 7, 2025 09:04
Status Failure
Total duration 16s
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): sorts/tree_sort.py#L36
sorts/tree_sort.py:36:9: PLR5501 Use `elif` instead of `else` then `if`, to reduce indentation
Ruff (I001): sorts/tree_sort.py#L1
sorts/tree_sort.py:1:1: I001 Import block is un-sorted or un-formatted