Skip to content

added rotate_array.py #14956

added rotate_array.py

added rotate_array.py #14956

Triggered via pull request October 7, 2025 21: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): data_structures/arrays/rotate_array.py#L3
data_structures/arrays/rotate_array.py:3:45: UP006 Use `list` instead of `List` for type annotation
Ruff (UP006): data_structures/arrays/rotate_array.py#L3
data_structures/arrays/rotate_array.py:3:23: UP006 Use `list` instead of `List` for type annotation
Ruff (I001): data_structures/arrays/rotate_array.py#L1
data_structures/arrays/rotate_array.py:1:1: I001 Import block is un-sorted or un-formatted
Ruff (UP035): data_structures/arrays/rotate_array.py#L1
data_structures/arrays/rotate_array.py:1:1: UP035 `typing.List` is deprecated, use `list` instead