Skip to content

rsi.py

rsi.py #10242

Triggered via pull request October 4, 2024 14:50
Status Failure
Total duration 20s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 errors
Ruff (N999): financial/Relative Strength Index (RSI).py#L1
financial/Relative Strength Index (RSI).py:1:1: N999 Invalid module name: 'Relative Strength Index (RSI)'
Ruff (UP035): financial/Relative Strength Index (RSI).py#L1
financial/Relative Strength Index (RSI).py:1:1: UP035 `typing.List` is deprecated, use `list` instead
Ruff (I001): financial/Relative Strength Index (RSI).py#L1
financial/Relative Strength Index (RSI).py:1:1: I001 Import block is un-sorted or un-formatted
Ruff (UP006): financial/Relative Strength Index (RSI).py#L3
financial/Relative Strength Index (RSI).py:3:27: UP006 Use `list` instead of `List` for type annotation
Ruff (UP006): financial/Relative Strength Index (RSI).py#L3
financial/Relative Strength Index (RSI).py:3:61: UP006 Use `list` instead of `List` for type annotation
Ruff (W293): financial/Relative Strength Index (RSI).py#L36
financial/Relative Strength Index (RSI).py:36:1: W293 Blank line contains whitespace
Ruff (W293): financial/Relative Strength Index (RSI).py#L60
financial/Relative Strength Index (RSI).py:60:1: W293 Blank line contains whitespace
Ruff (E501): financial/Relative Strength Index (RSI).py#L84
financial/Relative Strength Index (RSI).py:84:89: E501 Line too long (117 > 88)
ruff
Process completed with exit code 1.