Create relative_strength_index.py #10254
Annotations
6 errors
Ruff (UP035):
financial/relative_strength_index.py#L1
financial/relative_strength_index.py:1:1: UP035 `typing.List` is deprecated, use `list` instead
|
Ruff (UP006):
financial/relative_strength_index.py#L4
financial/relative_strength_index.py:4:27: UP006 Use `list` instead of `List` for type annotation
|
Ruff (UP006):
financial/relative_strength_index.py#L4
financial/relative_strength_index.py:4:61: UP006 Use `list` instead of `List` for type annotation
|
Ruff (E501):
financial/relative_strength_index.py#L19
financial/relative_strength_index.py:19:89: E501 Line too long (148 > 88)
|
Ruff (UP006):
financial/relative_strength_index.py#L44
financial/relative_strength_index.py:44:17: UP006 Use `list` instead of `List` for type annotation
|
ruff
Process completed with exit code 1.
|