adding sleep_sort.py #16034
Annotations
6 errors
|
ruff
Process completed with exit code 1.
|
|
Ruff (E501):
sorts/three_way_merge_sort.py#L2
sorts/three_way_merge_sort.py:2:89: E501 Line too long (249 > 88)
|
|
Ruff (UP006):
sorts/sleep_sort.py#L45
sorts/sleep_sort.py:45:13: UP006 Use `list` instead of `List` for type annotation
|
|
Ruff (UP006):
sorts/sleep_sort.py#L23
sorts/sleep_sort.py:23:35: UP006 Use `list` instead of `List` for type annotation
|
|
Ruff (UP006):
sorts/sleep_sort.py#L23
sorts/sleep_sort.py:23:21: UP006 Use `list` instead of `List` for type annotation
|
|
Ruff (UP035):
sorts/sleep_sort.py#L20
sorts/sleep_sort.py:20:1: UP035 `typing.List` is deprecated, use `list` instead
|