Skip to content

Create relative_strength_index.py #10254

Create relative_strength_index.py

Create relative_strength_index.py #10254

Triggered via pull request October 4, 2024 15:27
Status Failure
Total duration 15s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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.