make adjuster work for non 15 miniute data #386
ci.yml
on: push
lint_and_test
/
Lint the code and run the tests
24s
release
/
...
/
push-docker
Annotations
7 errors
Ruff (D100):
india_forecast_app/adjuster.py#L1
india_forecast_app/adjuster.py:1:1: D100 Missing docstring in public module
|
Ruff (I001):
india_forecast_app/adjuster.py#L1
india_forecast_app/adjuster.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (D417):
india_forecast_app/adjuster.py#L34
india_forecast_app/adjuster.py:34:5: D417 Missing argument description in the docstring for `get_me_values`: `site_uuid`
|
Ruff (D405):
india_forecast_app/adjuster.py#L37
india_forecast_app/adjuster.py:37:5: D405 Section name should be properly capitalized ("args")
|
Ruff (I001):
india_forecast_app/app.py#L5
india_forecast_app/app.py:5:1: I001 Import block is un-sorted or un-formatted
|
Ruff (D417):
india_forecast_app/app.py#L202
india_forecast_app/app.py:202:5: D417 Missing argument description in the docstring for `save_forecast`: `use_adjuster`
|
lint_and_test / Lint the code and run the tests
Process completed with exit code 2.
|