Feature/moving average #15337
Annotations
4 errors
|
ruff
Process completed with exit code 1.
|
|
Ruff (UP006):
maths/moving_average.py#L4
maths/moving_average.py:4:57: UP006 Use `list` instead of `List` for type annotation
|
|
Ruff (UP006):
maths/moving_average.py#L4
maths/moving_average.py:4:28: UP006 Use `list` instead of `List` for type annotation
|
|
Ruff (UP035):
maths/moving_average.py#L1
maths/moving_average.py:1:1: UP035 `typing.List` is deprecated, use `list` instead
|