Skip to content

1: Add Dockerfile and fix name of container image. #6

1: Add Dockerfile and fix name of container image.

1: Add Dockerfile and fix name of container image. #6

Triggered via push February 7, 2024 16:24
Status Failure
Total duration 49s
Artifacts

ci.yml

on: push
Matrix: test
Matrix: typecheck
Fit to window
Zoom out
Zoom in

Annotations

21 errors and 12 warnings
Lint: example_sdk_client.py#L13
line too long (60517 > 100 characters)
Lint: example_sdk_client.py#L14
line too long (62191 > 100 characters)
Lint: src/omotes_orchestrator/celery_interface.py#L1
'threading' imported but unused
Lint: src/omotes_orchestrator/celery_interface.py#L4
'functools.partial' imported but unused
Lint: src/omotes_orchestrator/celery_interface.py#L5
'typing.List' imported but unused
Lint: src/omotes_orchestrator/celery_interface.py#L7
'celery.Task as CeleryTask' imported but unused
Lint: src/omotes_orchestrator/celery_interface.py#L8
'celery.events.EventReceiver' imported but unused
Lint: src/omotes_orchestrator/celery_interface.py#L9
'celery.result.AsyncResult' imported but unused
Lint: src/omotes_orchestrator/celery_interface.py#L29
line too long (101 > 100 characters)
Lint: src/omotes_orchestrator/celery_interface.py#L37
line too long (139 > 100 characters)
test (3.11)
Process completed with exit code 1.
typecheck (3.11): src/omotes_orchestrator/__init__.py#L20
error: Skipping analyzing "omotes_sdk.app_logging": module is installed, but missing library stubs or py.typed marker [import]
typecheck (3.11): src/omotes_orchestrator/celery_interface.py#L7
error: Skipping analyzing "celery": module is installed, but missing library stubs or py.typed marker [import]
typecheck (3.11): src/omotes_orchestrator/celery_interface.py#L8
error: Skipping analyzing "celery.events": module is installed, but missing library stubs or py.typed marker [import]
typecheck (3.11): src/omotes_orchestrator/celery_interface.py#L9
error: Skipping analyzing "celery.result": module is installed, but missing library stubs or py.typed marker [import]
typecheck (3.11): src/omotes_orchestrator/celery_interface.py#L11
error: Skipping analyzing "omotes_sdk.config": module is installed, but missing library stubs or py.typed marker [import]
typecheck (3.11): src/omotes_orchestrator/celery_interface.py#L12
error: Skipping analyzing "omotes_sdk.workflow_type": module is installed, but missing library stubs or py.typed marker [import]
typecheck (3.11): src/omotes_orchestrator/main.py#L6
error: Skipping analyzing "jsonpickle": module is installed, but missing library stubs or py.typed marker [import]
typecheck (3.11): src/omotes_orchestrator/main.py#L7
error: Skipping analyzing "omotes_job_tools.messages": module is installed, but missing library stubs or py.typed marker [import]
typecheck (3.11): src/omotes_orchestrator/main.py#L8
error: Skipping analyzing "omotes_sdk_protocol.job_pb2": module is installed, but missing library stubs or py.typed marker [import]
typecheck (3.11): src/omotes_orchestrator/main.py#L9
error: Skipping analyzing "omotes_sdk.config": module is installed, but missing library stubs or py.typed marker [import]
Lint: example_sdk_client.py#L1
Missing docstring in public module
Lint: src/omotes_orchestrator/__init__.py#L16
One-line docstring should fit on one line with quotes
Lint: src/omotes_orchestrator/__init__.py#L16
Docstring is over-indented
Lint: src/omotes_orchestrator/__init__.py#L16
First line should end with a period
Lint: src/omotes_orchestrator/celery_interface.py#L1
Missing docstring in public module
Lint: src/omotes_orchestrator/celery_interface.py#L16
Missing docstring in public class
Lint: src/omotes_orchestrator/celery_interface.py#L24
Missing docstring in public class
Lint: src/omotes_orchestrator/celery_interface.py#L29
Missing docstring in __init__
Lint: src/omotes_orchestrator/celery_interface.py#L33
Missing docstring in public method
Lint: src/omotes_orchestrator/celery_interface.py#L44
Missing docstring in public method
test (3.11)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
typecheck (3.11)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.