Skip to content

Improve the existing TimSort implementation #16064

Improve the existing TimSort implementation

Improve the existing TimSort implementation #16064

Triggered via pull request October 26, 2025 00:00
Status Failure
Total duration 14s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors
ruff
Process completed with exit code 1.
Ruff (F841): sorts/tim_sort.py#L88
sorts/tim_sort.py:88:5: F841 Local variable `T` is assigned to but never used
Ruff (UP047): sorts/tim_sort.py#L68
sorts/tim_sort.py:68:5: UP047 Generic function `tim_sort` should use type parameters
Ruff (F841): sorts/tim_sort.py#L38
sorts/tim_sort.py:38:5: F841 Local variable `T` is assigned to but never used
Ruff (UP047): sorts/tim_sort.py#L29
sorts/tim_sort.py:29:5: UP047 Generic function `insertion_sort` should use type parameters