Skip to content

rsi.py

rsi.py #10243

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

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 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 (UP006): financial/Relative Strength Index (RSI).py#L4
financial/Relative Strength Index (RSI).py:4:27: UP006 Use `list` instead of `List` for type annotation
Ruff (UP006): financial/Relative Strength Index (RSI).py#L4
financial/Relative Strength Index (RSI).py:4:61: UP006 Use `list` instead of `List` for type annotation
ruff
Process completed with exit code 1.