Create reversesort #10780
Annotations
6 errors
Ruff (W291):
data_structures/reversesort.py#L3
data_structures/reversesort.py:3:81: W291 Trailing whitespace
|
Ruff (W293):
data_structures/reversesort.py#L15
data_structures/reversesort.py:15:1: W293 Blank line contains whitespace
|
Ruff (W293):
data_structures/reversesort.py#L18
data_structures/reversesort.py:18:1: W293 Blank line contains whitespace
|
Ruff (W293):
data_structures/reversesort.py#L21
data_structures/reversesort.py:21:1: W293 Blank line contains whitespace
|
Ruff (W293):
data_structures/reversesort.py#L24
data_structures/reversesort.py:24:1: W293 Blank line contains whitespace
|
ruff
Process completed with exit code 1.
|