feat: Inference mock #239
lint.yml
on: pull_request
lint-workflow-complete
/
status-checks
46s
Matrix: lint
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)
|