added rotate_array.py #14958
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: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
|