Skip to content

add adjuster first try #385

add adjuster first try

add adjuster first try #385

Triggered via push November 12, 2024 14:19
Status Failure
Total duration 41s
Artifacts

ci.yml

on: push
lint_and_test  /  Lint the code and run the tests
29s
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

8 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 (D405): india_forecast_app/adjuster.py#L34
india_forecast_app/adjuster.py:34: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`
Ruff (E501): india_forecast_app/app.py#L255
india_forecast_app/app.py:255:101: E501 Line too long (112 > 100)
Ruff (E501): india_forecast_app/app.py#L258
india_forecast_app/app.py:258:101: E501 Line too long (140 > 100)
lint_and_test / Lint the code and run the tests
Process completed with exit code 2.