Add sleep sort with doctest and type hints (Hacktoberfest 2025) #13800
Annotations
6 errors
|
|
|
sorts/sleep_sort.py#L25
sorts/sleep_sort.py:25:13: UP006 Use `list` instead of `List` for type annotation
|
|
sorts/sleep_sort.py#L12
sorts/sleep_sort.py:12:14: RUF002 Docstring contains ambiguous `–` (EN DASH). Did you mean `-` (HYPHEN-MINUS)?
|
|
sorts/sleep_sort.py#L9
sorts/sleep_sort.py:9:35: UP006 Use `list` instead of `List` for type annotation
|
|
sorts/sleep_sort.py#L9
sorts/sleep_sort.py:9:21: UP006 Use `list` instead of `List` for type annotation
|
|
sorts/sleep_sort.py#L6
sorts/sleep_sort.py:6:1: UP035 `typing.List` is deprecated, use `list` instead
|
The logs for this run have expired and are no longer available.
Loading