Skip to content

make adjuster work for non 15 miniute data #386

make adjuster work for non 15 miniute data

make adjuster work for non 15 miniute data #386

Triggered via push November 12, 2024 16:01
Status Failure
Total duration 1m 5s
Artifacts

ci.yml

on: push
lint_and_test  /  Lint the code and run the tests
24s
lint_and_test / Lint the code and run the tests
release  /  ...  /  Bump version
release / bump-version / Bump version
release  /  ...  /  push-docker
release / docker-release / push-docker
Fit to window
Zoom out
Zoom in

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.