Improve error message clarity in binary seach functions #17809
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)
|