Add sorts/sleep_sort.py #15384
Annotations
8 errors
|
ruff
Process completed with exit code 1.
|
|
Ruff (UP006):
sorts/sleep_sort.py#L73
sorts/sleep_sort.py:73:14: UP006 Use `list` instead of `List` for type annotation
|
|
Ruff (UP006):
sorts/sleep_sort.py#L65
sorts/sleep_sort.py:65:14: UP006 Use `list` instead of `List` for type annotation
|
|
Ruff (UP006):
sorts/sleep_sort.py#L57
sorts/sleep_sort.py:57:17: UP006 Use `list` instead of `List` for type annotation
|
|
Ruff (E501):
sorts/sleep_sort.py#L15
sorts/sleep_sort.py:15:89: E501 Line too long (92 > 88)
|
|
Ruff (UP006):
sorts/sleep_sort.py#L6
sorts/sleep_sort.py:6:25: UP006 Use `list` instead of `List` for type annotation
|
|
Ruff (I001):
sorts/sleep_sort.py#L1
sorts/sleep_sort.py:1:1: I001 Import block is un-sorted or un-formatted
|
|
Ruff (UP035):
sorts/sleep_sort.py#L1
sorts/sleep_sort.py:1:1: UP035 `typing.List` is deprecated, use `list` instead
|