Skip to content

Add Sleep Sort algorithm to advanced Python sorting algorithms (#13203) #15171

Add Sleep Sort algorithm to advanced Python sorting algorithms (#13203)

Add Sleep Sort algorithm to advanced Python sorting algorithms (#13203) #15171

Triggered via pull request October 10, 2025 12:31
Status Failure
Total duration 9s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors
ruff
Process completed with exit code 1.
Ruff (W293): sorts/sleep_sort.py#L26
sorts/sleep_sort.py:26:1: W293 Blank line contains whitespace
Ruff (W293): sorts/sleep_sort.py#L22
sorts/sleep_sort.py:22:1: W293 Blank line contains whitespace
Ruff (W293): sorts/sleep_sort.py#L10
sorts/sleep_sort.py:10:1: W293 Blank line contains whitespace
Ruff (W293): sorts/sleep_sort.py#L7
sorts/sleep_sort.py:7:1: W293 Blank line contains whitespace
Ruff (I001): sorts/sleep_sort.py#L1
sorts/sleep_sort.py:1:1: I001 Import block is un-sorted or un-formatted