Skip to content

sorts: make shell_sort work with any Comparable, not just int #19862

sorts: make shell_sort work with any Comparable, not just int

sorts: make shell_sort work with any Comparable, not just int #19862

Triggered via pull request September 14, 2026 15:01
Status Failure
Total duration 20s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors
ruff
Process completed with exit code 1.
ruff (UP047): sorts/shell_sort.py#L15
sorts/shell_sort.py:15:5: UP047 Generic function `shell_sort` should use type parameters help: Use type parameters