Add sorts/sleep_sort.py #15383
Annotations
9 errors
|
ruff
Process completed with exit code 1.
|
|
Ruff (UP006):
sorts/sleep_sort.py#L78
sorts/sleep_sort.py:78:14: UP006 Use `list` instead of `List` for type annotation
|
|
Ruff (UP006):
sorts/sleep_sort.py#L69
sorts/sleep_sort.py:69:14: UP006 Use `list` instead of `List` for type annotation
|
|
Ruff (UP006):
sorts/sleep_sort.py#L60
sorts/sleep_sort.py:60:17: UP006 Use `list` instead of `List` for type annotation
|
|
Ruff (E501):
sorts/sleep_sort.py#L55
sorts/sleep_sort.py:55:89: E501 Line too long (90 > 88)
|
|
Ruff (E501):
sorts/sleep_sort.py#L16
sorts/sleep_sort.py:16:89: E501 Line too long (92 > 88)
|
|
Ruff (UP006):
sorts/sleep_sort.py#L9
sorts/sleep_sort.py:9:19: UP006 Use `list` instead of `List` for type annotation
|
|
Ruff (I001):
sorts/sleep_sort.py#L4
sorts/sleep_sort.py:4:1: I001 Import block is un-sorted or un-formatted
|
|
Ruff (UP035):
sorts/sleep_sort.py#L4
sorts/sleep_sort.py:4:1: UP035 `typing.List` is deprecated, use `list` instead
|