Skip to content

Create relative_strength_index.py #10253

Create relative_strength_index.py

Create relative_strength_index.py #10253

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

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 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 (I001): financial/relative_strength_index.py#L1
financial/relative_strength_index.py:1:1: I001 Import block is un-sorted or un-formatted
Ruff (UP006): financial/relative_strength_index.py#L3
financial/relative_strength_index.py:3:27: UP006 Use `list` instead of `List` for type annotation
Ruff (UP006): financial/relative_strength_index.py#L3
financial/relative_strength_index.py:3:61: UP006 Use `list` instead of `List` for type annotation
Ruff (E501): financial/relative_strength_index.py#L18
financial/relative_strength_index.py:18:89: E501 Line too long (148 > 88)
Ruff (W293): financial/relative_strength_index.py#L21
financial/relative_strength_index.py:21:1: W293 Blank line contains whitespace
Ruff (UP006): financial/relative_strength_index.py#L43
financial/relative_strength_index.py:43:17: UP006 Use `list` instead of `List` for type annotation
Ruff (E501): financial/relative_strength_index.py#L74
financial/relative_strength_index.py:74:89: E501 Line too long (117 > 88)
ruff
Process completed with exit code 1.