Skip to content

sorts: make quick_sort work with any Comparable, not just int #19863

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

sorts: make quick_sort work with any Comparable, not just int #19863

Triggered via pull request September 14, 2026 15:02
Status Failure
Total duration 13s
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/quick_sort.py#L24
sorts/quick_sort.py:24:5: UP047 Generic function `quick_sort` should use type parameters help: Use type parameters