Skip to content

Add Smoothsort algorithm implementation #15480

Add Smoothsort algorithm implementation

Add Smoothsort algorithm implementation #15480

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

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors
ruff
Process completed with exit code 1.
Ruff (E741): sorts/smoothsort.py#L34
sorts/smoothsort.py:34:13: E741 Ambiguous variable name: `l`
Ruff (UP006): sorts/smoothsort.py#L26
sorts/smoothsort.py:26:15: UP006 Use `list` instead of `List` for type annotation
Ruff (UP006): sorts/smoothsort.py#L3
sorts/smoothsort.py:3:35: UP006 Use `list` instead of `List` for type annotation
Ruff (UP006): sorts/smoothsort.py#L3
sorts/smoothsort.py:3:21: UP006 Use `list` instead of `List` for type annotation
Ruff (I001): sorts/smoothsort.py#L1
sorts/smoothsort.py:1:1: I001 Import block is un-sorted or un-formatted
Ruff (UP035): sorts/smoothsort.py#L1
sorts/smoothsort.py:1:1: UP035 `typing.List` is deprecated, use `list` instead