Skip to content

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

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

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

Triggered via pull request September 14, 2026 15:04
Status Failure
Total duration 12s
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