added tests #464
ci.yml
on: push
lint_and_test
/
Lint the code and run the tests
23s
release
/
...
/
push-docker
Annotations
5 errors
Ruff (D417):
india_forecast_app/adjuster.py#L143
india_forecast_app/adjuster.py:143:5: D417 Missing argument description in the docstring for `zero_out_nighttime`: `elevation_limit`
|
Ruff (E501):
india_forecast_app/adjuster.py#L143
india_forecast_app/adjuster.py:143:101: E501 Line too long (121 > 100)
|
Ruff (E501):
india_forecast_app/adjuster.py#L172
india_forecast_app/adjuster.py:172:101: E501 Line too long (106 > 100)
|
Ruff (D103):
tests/test_adjuster.py#L115
tests/test_adjuster.py:115:5: D103 Missing docstring in public function
|
lint_and_test / Lint the code and run the tests
Process completed with exit code 2.
|