Update run.py #10894
Annotations
10 errors
Ruff (I001):
machine_learning/forecasting/run.py#L1
machine_learning/forecasting/run.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (W293):
machine_learning/forecasting/run.py#L15
machine_learning/forecasting/run.py:15:1: W293 Blank line contains whitespace
|
Ruff (W293):
machine_learning/forecasting/run.py#L22
machine_learning/forecasting/run.py:22:1: W293 Blank line contains whitespace
|
Ruff (E501):
machine_learning/forecasting/run.py#L32
machine_learning/forecasting/run.py:32:89: E501 Line too long (107 > 88)
|
Ruff (W293):
machine_learning/forecasting/run.py#L35
machine_learning/forecasting/run.py:35:1: W293 Blank line contains whitespace
|
Ruff (W293):
machine_learning/forecasting/run.py#L40
machine_learning/forecasting/run.py:40:1: W293 Blank line contains whitespace
|
Ruff (E501):
machine_learning/forecasting/run.py#L45
machine_learning/forecasting/run.py:45:89: E501 Line too long (95 > 88)
|
Ruff (E501):
machine_learning/forecasting/run.py#L47
machine_learning/forecasting/run.py:47:89: E501 Line too long (93 > 88)
|
Ruff (E501):
machine_learning/forecasting/run.py#L51
machine_learning/forecasting/run.py:51:89: E501 Line too long (104 > 88)
|
Ruff (W293):
machine_learning/forecasting/run.py#L54
machine_learning/forecasting/run.py:54:1: W293 Blank line contains whitespace
|