Skip to content

adding sleep_sort.py #16034

adding sleep_sort.py

adding sleep_sort.py #16034

Triggered via pull request October 24, 2025 16:27
Status Failure
Total duration 17s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors
ruff
Process completed with exit code 1.
Ruff (E501): sorts/three_way_merge_sort.py#L2
sorts/three_way_merge_sort.py:2:89: E501 Line too long (249 > 88)
Ruff (UP006): sorts/sleep_sort.py#L45
sorts/sleep_sort.py:45:13: UP006 Use `list` instead of `List` for type annotation
Ruff (UP006): sorts/sleep_sort.py#L23
sorts/sleep_sort.py:23:35: UP006 Use `list` instead of `List` for type annotation
Ruff (UP006): sorts/sleep_sort.py#L23
sorts/sleep_sort.py:23:21: UP006 Use `list` instead of `List` for type annotation
Ruff (UP035): sorts/sleep_sort.py#L20
sorts/sleep_sort.py:20:1: UP035 `typing.List` is deprecated, use `list` instead