Skip to content

added rotate_array.py #14959

added rotate_array.py

added rotate_array.py #14959

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

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors
ruff
Process completed with exit code 1.
Ruff (W293): data_structures/arrays/rotate_array.py#L60
data_structures/arrays/rotate_array.py:60:1: W293 Blank line contains whitespace
Ruff (UP006): data_structures/arrays/rotate_array.py#L4
data_structures/arrays/rotate_array.py:4:45: 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