Skip to content

Refactor gnome_sort documentation and input handling #14314

Refactor gnome_sort documentation and input handling

Refactor gnome_sort documentation and input handling #14314

Triggered via pull request October 2, 2025 04:39
Status Failure
Total duration 9s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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