Skip to content

Remove unreachable Case 1 in radix tree insert and handle exact match… #17053

Remove unreachable Case 1 in radix tree insert and handle exact match…

Remove unreachable Case 1 in radix tree insert and handle exact match… #17053

Triggered via pull request February 13, 2026 08:34
Status Failure
Total duration 12s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors
ruff
Process completed with exit code 1.
ruff (UP047): searches/jump_search.py#L23
searches/jump_search.py:23:5: UP047 Generic function `jump_search` should use type parameters
ruff (UP047): machine_learning/linear_discriminant_analysis.py#L255
machine_learning/linear_discriminant_analysis.py:255:5: UP047 Generic function `valid_input` should use type parameters
ruff (E501): data_structures/trie/radix_tree.py#L68
data_structures/trie/radix_tree.py:68:89: E501 Line too long (105 > 88)
ruff (E501): data_structures/trie/radix_tree.py#L67
data_structures/trie/radix_tree.py:67:89: E501 Line too long (96 > 88)
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