style(service): Simplify services usage #115
branch_ci.yml
on: push
Annotations
5 errors and 2 warnings
Ruff (F401):
src/nwp_consumer/cmd/main.py#L8
src/nwp_consumer/cmd/main.py:8:66: F401 `nwp_consumer.internal.services` imported but unused
|
Ruff (F401):
src/nwp_consumer/internal/ports/repositories.py#L17
src/nwp_consumer/internal/ports/repositories.py:17:8: F401 `pathlib` imported but unused
|
Ruff (E501):
src/nwp_consumer/internal/services/consumer_service.py#L90
src/nwp_consumer/internal/services/consumer_service.py:90:101: E501 Line too long (101 > 100)
|
lint-typecheck
Process completed with exit code 1.
|
build-docs
Process completed with exit code 3.
|
lint-typecheck
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build-docs
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|