Initial commit #1
Annotations
6 errors
pytest
An error occurred trying to start process '/usr/bin/bash' with working directory '/home/runner/work/voice-computer-use/voice-computer-use/computer-use-demo'. No such file or directory
|
pyright
An error occurred trying to start process '/usr/bin/bash' with working directory '/home/runner/work/voice-computer-use/voice-computer-use/computer-use-demo'. No such file or directory
|
Ruff (F401):
computer_use_demo/tools/computer.py#L5
computer_use_demo/tools/computer.py:5:8: F401 `shutil` imported but unused
|
Ruff (I001):
main.py#L1
main.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (W292):
main.py#L7
main.py:7:22: W292 No newline at end of file
|
ruff
Process completed with exit code 1.
|