Skip to content

Fix: Binary search first occurrence and add property-based tests #17200

Fix: Binary search first occurrence and add property-based tests

Fix: Binary search first occurrence and add property-based tests #17200

Triggered via pull request March 3, 2026 13:12
Status Failure
Total duration 12s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
ruff
Process completed with exit code 1.
ruff (W292): searches/jump_search.py#L66
searches/jump_search.py:66:61: W292 No newline at end of file help: Add trailing newline
ruff (UP047): searches/jump_search.py#L15
searches/jump_search.py:15:5: UP047 Generic function `jump_search` should use type parameters help: Use type parameters
ruff (I001): searches/jump_search.py#L5
searches/jump_search.py:5:1: I001 Import block is un-sorted or un-formatted help: Organize imports