Skip to content

feat: add sleep sort algorithm and complete bubble sort implementationfeat: add sleep sort and complete bubble sort #15697

feat: add sleep sort algorithm and complete bubble sort implementationfeat: add sleep sort and complete bubble sort

feat: add sleep sort algorithm and complete bubble sort implementationfeat: add sleep sort and complete bubble sort #15697

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

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (W293): sorts/sleep_sort.py#L33
sorts/sleep_sort.py:33:1: W293 Blank line contains whitespace
Ruff (W293): sorts/sleep_sort.py#L29
sorts/sleep_sort.py:29:1: W293 Blank line contains whitespace
Ruff (W293): sorts/sleep_sort.py#L26
sorts/sleep_sort.py:26:1: W293 Blank line contains whitespace
Ruff (W293): sorts/sleep_sort.py#L23
sorts/sleep_sort.py:23:1: W293 Blank line contains whitespace
Ruff (UP006): sorts/sleep_sort.py#L20
sorts/sleep_sort.py:20:35: UP006 Use `list` instead of `List` for type annotation
Ruff (UP006): sorts/sleep_sort.py#L20
sorts/sleep_sort.py:20:21: UP006 Use `list` instead of `List` for type annotation
Ruff (UP035): sorts/sleep_sort.py#L17
sorts/sleep_sort.py:17:1: UP035 `typing.List` is deprecated, use `list` instead
Ruff (W291): sorts/sleep_sort.py#L8
sorts/sleep_sort.py:8:71: W291 Trailing whitespace
Ruff (W291): sorts/sleep_sort.py#L5
sorts/sleep_sort.py:5:74: W291 Trailing whitespace
Ruff (W291): sorts/sleep_sort.py#L4
sorts/sleep_sort.py:4:77: W291 Trailing whitespace