add adjuster first try #385
ci.yml
on: push
lint_and_test
/
Lint the code and run the tests
29s
release
/
...
/
push-docker
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.
|