Skip to content

feat: Inference mock #239

feat: Inference mock

feat: Inference mock #239

Triggered via pull request May 31, 2025 01:22
Status Failure
Total duration 54s
Artifacts

lint.yml

on: pull_request
lint-workflow-complete  /  status-checks
46s
lint-workflow-complete / status-checks
Matrix: lint
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 5 warnings
lint: ruff
Process completed with exit code 1.
lint: mypy: actions/inference-mock/matching/matching.py#L80
Incompatible types in assignment (expression has type "Always", variable has type "Contains") [assignment]
lint: mypy
Process completed with exit code 1.
lint: pylint: actions/inference-mock/app.py#L72
E1120: No value for argument 'config' in function call (no-value-for-parameter)
lint: pylint
Process completed with exit code 22.
lint-workflow-complete / status-checks
One or more check runs were not successful
lint: pylint: actions/inference-mock/app.py#L48
W0601: Global variable 'logger' undefined at the module level (global-variable-undefined)
lint: pylint: actions/inference-mock/app.py#L49
W0601: Global variable 'strategies' undefined at the module level (global-variable-undefined)
lint: pylint: actions/inference-mock/matching/matching.py#L83
C0303: Trailing whitespace (trailing-whitespace)
lint: pylint: actions/inference-mock/matching/matching.py#L33
W0613: Unused argument 'prompt' (unused-argument)
lint: pylint: actions/inference-mock/completions/completion.py#L9
W1309: Using an f-string that does not have any interpolated variables (f-string-without-interpolation)