Fix binary search final #17608
Annotations
8 errors
|
ruff
Process completed with exit code 1.
|
|
ruff (I001):
searches/jump_search.py#L6
searches/jump_search.py:6:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
ruff (W292):
searches/binary_search.py#L256
searches/binary_search.py:256:10: W292 No newline at end of file
help: Add trailing newline
|
|
ruff (E501):
searches/binary_search.py#L254
searches/binary_search.py:254:89: E501 Line too long (94 > 88)
|
|
ruff (W293):
searches/binary_search.py#L204
searches/binary_search.py:204:1: W293 Blank line contains whitespace
help: Remove whitespace from blank line
|
|
ruff (E501):
searches/binary_search.py#L201
searches/binary_search.py:201:89: E501 Line too long (89 > 88)
|
|
ruff (W293):
searches/binary_search.py#L190
searches/binary_search.py:190:1: W293 Blank line contains whitespace
help: Remove whitespace from blank line
|
|
ruff (W293):
searches/binary_search.py#L133
searches/binary_search.py:133:1: W293 Blank line contains whitespace
help: Remove whitespace from blank line
|