smooth out wind forecast #38
ci.yml
on: push
lint_and_test
/
Lint the code and run the tests
18s
release
/
...
/
push-docker
Annotations
3 errors
Ruff (I001):
india_forecast_app/model.py#L5
india_forecast_app/model.py:5:1: I001 Import block is un-sorted or un-formatted
|
Ruff (E501):
india_forecast_app/model.py#L55
india_forecast_app/model.py:55:101: E501 Line too long (108 > 100)
|
lint_and_test / Lint the code and run the tests
Process completed with exit code 2.
|