Improve the existing TimSort implementation #16064
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
|