Skip to content

Added annotations to some sorting files #16997

Added annotations to some sorting files

Added annotations to some sorting files #16997

Triggered via pull request February 4, 2026 17:19
Status Failure
Total duration 11s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
ruff
Process completed with exit code 1.
Ruff (UP047): sorts/cycle_sort.py#L11
sorts/cycle_sort.py:11:5: UP047 Generic function `cycle_sort` should use type parameters
Ruff (RUF037): data_structures/hashing/hash_table_with_linked_list.py#L11
data_structures/hashing/hash_table_with_linked_list.py:11:28: RUF037 Unnecessary empty iterable within a deque call