Skip to content

Improve error message clarity in binary seach functions #17809

Improve error message clarity in binary seach functions

Improve error message clarity in binary seach functions #17809

Triggered via pull request May 3, 2026 14:54
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 (E501): searches/binary_search.py#L385
searches/binary_search.py:385:89: E501 Line too long (98 > 88)
ruff (E501): searches/binary_search.py#L346
searches/binary_search.py:346:89: E501 Line too long (98 > 88)
ruff (E501): searches/binary_search.py#L272
searches/binary_search.py:272:89: E501 Line too long (98 > 88)
ruff (E501): searches/binary_search.py#L238
searches/binary_search.py:238:89: E501 Line too long (98 > 88)
ruff (E501): searches/binary_search.py#L201
searches/binary_search.py:201:89: E501 Line too long (117 > 88)