Skip to content

Create reversesort #10778

Create reversesort

Create reversesort #10778

Triggered via pull request October 9, 2024 20:32
Status Failure
Total duration 15s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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.