Refactor gnome_sort documentation and input handling #14314
Annotations
5 errors
|
ruff
Process completed with exit code 1.
|
|
Ruff (UP006):
sorts/gnome_sort.py#L20
sorts/gnome_sort.py:20:56: UP006 Use `list` instead of `List` for type annotation
|
|
Ruff (UP006):
sorts/gnome_sort.py#L20
sorts/gnome_sort.py:20:21: UP006 Use `list` instead of `List` for type annotation
|
|
Ruff (UP047):
sorts/gnome_sort.py#L20
sorts/gnome_sort.py:20:5: UP047 Generic function `gnome_sort` should use type parameters
|
|
Ruff (UP035):
sorts/gnome_sort.py#L15
sorts/gnome_sort.py:15:1: UP035 `typing.List` is deprecated, use `list` instead
|