Fixing more linting errors. #5
Annotations
8 errors and 2 warnings
Ruff:
computer-use-demo/computer_use_demo/batch_api.py#L231
computer-use-demo/computer_use_demo/batch_api.py:231:23: SyntaxError: Expected ',', found ':'
|
Ruff:
computer-use-demo/computer_use_demo/batch_api.py#L232
computer-use-demo/computer_use_demo/batch_api.py:232:26: SyntaxError: Expected ',', found ':'
|
ruff
Process completed with exit code 1.
|
pyright:
computer-use-demo/computer_use_demo/batch_api.py#L229
"[" was not closed
|
pyright:
computer-use-demo/computer_use_demo/batch_api.py#L230
"BetaMessageParam" is not defined (reportUndefinedVariable)
|
pyright:
computer-use-demo/computer_use_demo/batch_api.py#L230
"(" was not closed
|
pyright:
computer-use-demo/computer_use_demo/batch_api.py#L268
Argument of type "None" cannot be assigned to parameter "api_key" of type "str" in function "sampling_loop"
"None" is not assignable to "str" (reportArgumentType)
|
pyright
4 errors
|
pyright
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
pytest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|