feat: add sleep sort algorithm and complete bubble sort implementationfeat: add sleep sort and complete bubble sort #15709
Annotations
6 errors
|
ruff
Process completed with exit code 1.
|
|
Ruff (BLE001):
sorts/sleep_sort.py#L104
sorts/sleep_sort.py:104:12: BLE001 Do not catch blind exception: `Exception`
|
|
Ruff (BLE001):
sorts/sleep_sort.py#L96
sorts/sleep_sort.py:96:12: BLE001 Do not catch blind exception: `Exception`
|
|
Ruff (UP006):
sorts/sleep_sort.py#L10
sorts/sleep_sort.py:10:35: UP006 Use `list` instead of `List` for type annotation
|
|
Ruff (UP006):
sorts/sleep_sort.py#L10
sorts/sleep_sort.py:10:21: UP006 Use `list` instead of `List` for type annotation
|
|
Ruff (UP035):
sorts/sleep_sort.py#L7
sorts/sleep_sort.py:7:1: UP035 `typing.List` is deprecated, use `list` instead
|