Skip to content

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

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

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

Triggered via pull request March 3, 2026 13:14
Status Failure
Total duration 11s
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#L65
searches/jump_search.py:65:13: W292 No newline at end of file help: Add trailing newline
ruff (W293): searches/jump_search.py#L65
searches/jump_search.py:65:1: W293 Blank line contains whitespace help: Remove whitespace from blank line
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