Add type hints to pancake_sort (#14737) #18332
Annotations
5 errors
|
ruff
Process completed with exit code 1.
|
|
ruff (W293):
sorts/pancake_sort.py#L26
sorts/pancake_sort.py:26:1: W293 Blank line contains whitespace
help: Remove whitespace from blank line
|
|
ruff (I001):
sorts/pancake_sort.py#L11
sorts/pancake_sort.py:11:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
ruff (W293):
sorts/insertion_sort.py#L52
sorts/insertion_sort.py:52:1: W293 Blank line contains whitespace
help: Remove whitespace from blank line
|
|
ruff (I001):
sorts/insertion_sort.py#L16
sorts/insertion_sort.py:16:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|