working tests and running rumtimes along with run.py and minor bug fixes #21
Annotations
4 errors
Ruff (F841):
aide/runtime/modal.py#L158
aide/runtime/modal.py:158:9: F841 Local variable `workspace_dir` is assigned to but never used
|
Ruff (F821):
aide/runtime/modal.py#L158
aide/runtime/modal.py:158:30: F821 Undefined name `workspace_dir`
|
Ruff (F841):
aide/utils/config.py#L222
aide/utils/config.py:222:29: F841 Local variable `e` is assigned to but never used
|
Python Linting
Process completed with exit code 1.
|