Skip to content

simplifiying the binary search #16396

simplifiying the binary search

simplifiying the binary search #16396

Triggered via pull request November 11, 2025 13:25
Status Failure
Total duration 13s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors
ruff
Process completed with exit code 1.
Ruff (W291): searches/binary_search.py#L386
searches/binary_search.py:386:37: W291 Trailing whitespace
Ruff (W293): searches/binary_search.py#L343
searches/binary_search.py:343:1: W293 Blank line contains whitespace
Ruff (W293): searches/binary_search.py#L341
searches/binary_search.py:341:1: W293 Blank line contains whitespace
Ruff (W293): searches/binary_search.py#L333
searches/binary_search.py:333:1: W293 Blank line contains whitespace
Ruff (E741): searches/binary_search.py#L326
searches/binary_search.py:326:20: E741 Ambiguous variable name: `l`