feat(devbox): Bootstrap code for agent. #25
main.yml
on: pull_request
Lint and Format
10s
Unit Tests
26s
Annotations
5 errors and 2 warnings
Ruff (TCH001):
agent/devbox.py#L7
agent/devbox.py:7:26: TCH001 Move application import `agent.server.Server` into a type-checking block
|
Ruff (W292):
agent/devbox.py#L33
agent/devbox.py:33:86: W292 No newline at end of file
|
Ruff (E722):
agent/server.py#L781
agent/server.py:781:21: E722 Do not use bare `except`
|
Ruff (E501):
agent/server.py#L796
agent/server.py:796:111: E501 Line too long (111 > 110)
|
Lint and Format
Process completed with exit code 1.
|
Lint and Format
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Unit Tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|