Improve error message clarity in binary search functions #17813
Annotations
3 errors
|
ruff
Process completed with exit code 1.
|
|
ruff (W293):
searches/binary_search.py#L397
searches/binary_search.py:397:1: W293 Blank line contains whitespace
help: Remove whitespace from blank line
|
|
ruff (E501):
searches/binary_search.py#L202
searches/binary_search.py:202:89: E501 Line too long (103 > 88)
|