Initial modal/local runtime implementation. Still quite a few bugs to… #15
Annotations
10 errors and 1 warning
Ruff (F401):
aide/cli.py#L21
aide/cli.py:21:23: F401 `omegaconf.OmegaConf` imported but unused
|
Ruff (F401):
aide/cli.py#L25
aide/cli.py:25:30: F401 `aide.interpreter.Interpreter` imported but unused
|
Ruff (F401):
aide/run.py#L15
aide/run.py:15:23: F401 `omegaconf.OmegaConf` imported but unused
|
Ruff (E702):
aide/run.py#L227
aide/run.py:227:19: E702 Multiple statements on one line (semicolon)
|
Ruff (E722):
aide/runtime/__init__.py#L11
aide/runtime/__init__.py:11:13: E722 Do not use bare `except`
|
Ruff (F541):
aide/runtime/modal.py#L82
aide/runtime/modal.py:82:30: F541 f-string without any placeholders
|
Ruff (F541):
aide/runtime/modal.py#L88
aide/runtime/modal.py:88:28: F541 f-string without any placeholders
|
Ruff (F841):
aide/runtime/modal.py#L125
aide/runtime/modal.py:125:48: F841 Local variable `e` is assigned to but never used
|
Ruff (E722):
aide/utils/config.py#L220
aide/utils/config.py:220:9: E722 Do not use bare `except`
|
Ruff (F401):
aide/workflow/copilot.py#L1
aide/workflow/copilot.py:1:8: F401 `sys` imported but unused
|
Python Linting
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|