Improve quick_sort to avoid mutating input list #17506
Annotations
3 errors
|
ruff
Process completed with exit code 1.
|
|
ruff (W292):
sorts/quick_sort.py#L56
sorts/quick_sort.py:56:32: W292 No newline at end of file
help: Add trailing newline
|
|
ruff (I001):
sorts/quick_sort.py#L11
sorts/quick_sort.py:11:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|