Skip to content

adding sleep_sort.py #16033

adding sleep_sort.py

adding sleep_sort.py #16033

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

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (W293): sorts/three_way_merge_sort.py#L23
sorts/three_way_merge_sort.py:23:1: W293 Blank line contains whitespace
Ruff (W293): sorts/three_way_merge_sort.py#L19
sorts/three_way_merge_sort.py:19:1: W293 Blank line contains whitespace
Ruff (W293): sorts/three_way_merge_sort.py#L15
sorts/three_way_merge_sort.py:15:1: W293 Blank line contains whitespace
Ruff (W293): sorts/three_way_merge_sort.py#L10
sorts/three_way_merge_sort.py:10:1: W293 Blank line contains whitespace
Ruff (W293): sorts/three_way_merge_sort.py#L5
sorts/three_way_merge_sort.py:5:1: W293 Blank line contains whitespace
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