Skip to content

added rotate_array.py #14961

added rotate_array.py

added rotate_array.py #14961

Triggered via pull request October 7, 2025 21:45
Status Failure
Total duration 10s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
ruff
Process completed with exit code 1.
Ruff (UP006): data_structures/arrays/rotate_array.py#L4
data_structures/arrays/rotate_array.py:4:49: UP006 Use `list` instead of `List` for type annotation
Ruff (UP006): data_structures/arrays/rotate_array.py#L4
data_structures/arrays/rotate_array.py:4:23: UP006 Use `list` instead of `List` for type annotation
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