ci.yml
on: push
lint_and_test
/
Lint the code and run the tests
22s
release
/
...
/
push-docker
Annotations
2 errors
Ruff (E501):
india_forecast_app/models/pydantic_models.py#L34
india_forecast_app/models/pydantic_models.py:34:101: E501 Line too long (108 > 100)
|
lint_and_test / Lint the code and run the tests
Process completed with exit code 2.
|