Kirkpatrcik Reisch Sort #9575
Annotations
5 errors
Ruff (I001):
sorts/kirkpatrick_reisch_sort.py#L1
sorts/kirkpatrick_reisch_sort.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (UP035):
sorts/kirkpatrick_reisch_sort.py#L3
sorts/kirkpatrick_reisch_sort.py:3:1: UP035 `typing.List` is deprecated, use `list` instead
|
Ruff (UP006):
sorts/kirkpatrick_reisch_sort.py#L22
sorts/kirkpatrick_reisch_sort.py:22:34: UP006 Use `list` instead of `List` for type annotation
|
Ruff (UP006):
sorts/kirkpatrick_reisch_sort.py#L22
sorts/kirkpatrick_reisch_sort.py:22:48: UP006 Use `list` instead of `List` for type annotation
|
ruff
Process completed with exit code 1.
|