Improve sorted input validation in binary search #14067
+2
−2
Closed
Annotations
3 errors
|
Run uvx ruff check --output-format=github .
Process completed with exit code 1.
|
|
Run uvx ruff check --output-format=github .:
searches/binary_search.py#L202
searches/binary_search.py:202:5: invalid-syntax: Expected an indented block after `if` statement
|
|
Run uvx ruff check --output-format=github .:
searches/binary_search.py#L201
searches/binary_search.py:201:89: E501 Line too long (103 > 88)
|
Loading