Skip to content

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

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 #15698

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

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
ruff
Process completed with exit code 1.
Ruff (BLE001): sorts/sleep_sort.py#L173
sorts/sleep_sort.py:173:12: BLE001 Do not catch blind exception: `Exception`
Ruff (BLE001): sorts/sleep_sort.py#L165
sorts/sleep_sort.py:165:12: BLE001 Do not catch blind exception: `Exception`
Ruff (UP006): sorts/sleep_sort.py#L110
sorts/sleep_sort.py:110:39: UP006 Use `list` instead of `List` for type annotation
Ruff (UP006): sorts/sleep_sort.py#L110
sorts/sleep_sort.py:110:25: UP006 Use `list` instead of `List` for type annotation
Ruff (UP006): sorts/sleep_sort.py#L72
sorts/sleep_sort.py:72:42: UP006 Use `list` instead of `List` for type annotation
Ruff (UP006): sorts/sleep_sort.py#L72
sorts/sleep_sort.py:72:28: UP006 Use `list` instead of `List` for type annotation
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