Create reversesort #10778
Annotations
10 errors
Ruff (UP035):
data_structures/reversesort.py#L1
data_structures/reversesort.py:1:1: UP035 `typing.List` is deprecated, use `list` instead
|
Ruff (I001):
data_structures/reversesort.py#L1
data_structures/reversesort.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (UP006):
data_structures/reversesort.py#L3
data_structures/reversesort.py:3:33: UP006 Use `list` instead of `List` for type annotation
|
Ruff (UP006):
data_structures/reversesort.py#L3
data_structures/reversesort.py:3:47: UP006 Use `list` instead of `List` for type annotation
|
Ruff (W291):
data_structures/reversesort.py#L5
data_structures/reversesort.py:5:81: W291 Trailing whitespace
|
Ruff (W293):
data_structures/reversesort.py#L17
data_structures/reversesort.py:17:1: W293 Blank line contains whitespace
|
Ruff (W293):
data_structures/reversesort.py#L20
data_structures/reversesort.py:20:1: W293 Blank line contains whitespace
|
Ruff (W293):
data_structures/reversesort.py#L23
data_structures/reversesort.py:23:1: W293 Blank line contains whitespace
|
Ruff (W293):
data_structures/reversesort.py#L26
data_structures/reversesort.py:26:1: W293 Blank line contains whitespace
|
ruff
Process completed with exit code 1.
|