adding sleep_sort.py #16033
Annotations
10 errors
|
Ruff (W293):
sorts/three_way_merge_sort.py#L23
sorts/three_way_merge_sort.py:23:1: W293 Blank line contains whitespace
|
|
Ruff (W293):
sorts/three_way_merge_sort.py#L19
sorts/three_way_merge_sort.py:19:1: W293 Blank line contains whitespace
|
|
Ruff (W293):
sorts/three_way_merge_sort.py#L15
sorts/three_way_merge_sort.py:15:1: W293 Blank line contains whitespace
|
|
Ruff (W293):
sorts/three_way_merge_sort.py#L10
sorts/three_way_merge_sort.py:10:1: W293 Blank line contains whitespace
|
|
Ruff (W293):
sorts/three_way_merge_sort.py#L5
sorts/three_way_merge_sort.py:5:1: W293 Blank line contains whitespace
|
|
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
|