rsi.py #10243
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.
|