Skip to content

Improve simple binary search according to the standard binary search … #18428

Improve simple binary search according to the standard binary search …

Improve simple binary search according to the standard binary search … #18428

Triggered via pull request July 19, 2026 15:58
Status Failure
Total duration 14s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors
ruff
Process completed with exit code 1.
ruff (W292): tests/test_binary_search_duplicates.py#L8
tests/test_binary_search_duplicates.py:8:45: W292 No newline at end of file help: Add trailing newline
ruff (F821): tests/test_binary_search_duplicates.py#L8
tests/test_binary_search_duplicates.py:8:12: F821 Undefined name `binary_search`
ruff (F821): tests/test_binary_search_duplicates.py#L5
tests/test_binary_search_duplicates.py:5:12: F821 Undefined name `binary_search`
ruff (F821): tests/test_binary_search_duplicates.py#L2
tests/test_binary_search_duplicates.py:2:12: F821 Undefined name `binary_search`
ruff (INP001): tests/test_binary_search_duplicates.py#L1
tests/test_binary_search_duplicates.py:1:1: INP001 File `tests/test_binary_search_duplicates.py` is part of an implicit namespace package. Add an `__init__.py`.