Feature/moving average #15336
Annotations
5 errors
|
ruff
Process completed with exit code 1.
|
|
Ruff (UP006):
maths/moving_average.py#L3
maths/moving_average.py:3:57: UP006 Use `list` instead of `List` for type annotation
|
|
Ruff (UP006):
maths/moving_average.py#L3
maths/moving_average.py:3:28: UP006 Use `list` instead of `List` for type annotation
|
|
Ruff (I001):
maths/moving_average.py#L1
maths/moving_average.py:1:1: I001 Import block is un-sorted or un-formatted
|
|
Ruff (UP035):
maths/moving_average.py#L1
maths/moving_average.py:1:1: UP035 `typing.List` is deprecated, use `list` instead
|