Skip to content

Feature branch for code plan loop #600

Feature branch for code plan loop

Feature branch for code plan loop #600

GitHub Actions / Trunk Check failed Sep 20, 2024 in 16s

Trunk Check

Checked 4 modified files
✖ 1 unformatted file
✖ 4 new security issues
✖ 17 new lint issues (7 auto-fixable)

Details

To reproduce and test locally, run:
trunk check

For help resolving these issues, see our docs on running on PRs or debugging Trunk Check

Annotations

Check failure on line 3 in playpen/repo_level_awareness/codeplan.py

See this annotation in the file changed.

@github-actions github-actions / Trunk Check

ruff(F401)

[new] `typing.List` imported but unused

Check failure on line 3 in playpen/repo_level_awareness/codeplan.py

See this annotation in the file changed.

@github-actions github-actions / Trunk Check

ruff(F401)

[new] `typing.Type` imported but unused

Check failure on line 63 in playpen/repo_level_awareness/codeplan.py

See this annotation in the file changed.

@github-actions github-actions / Trunk Check

ruff(F821)

[new] Undefined name `Path`

Check failure on line 64 in playpen/repo_level_awareness/codeplan.py

See this annotation in the file changed.

@github-actions github-actions / Trunk Check

ruff(F821)

[new] Undefined name `Path`

Check notice on line 5 in playpen/repo_level_awareness/git_vfs.py

See this annotation in the file changed.

@github-actions github-actions / Trunk Check

bandit(B404)

[new] Consider possible security implications associated with the subprocess module.

Check notice on line 74 in playpen/repo_level_awareness/git_vfs.py

See this annotation in the file changed.

@github-actions github-actions / Trunk Check

bandit(B603)

[new] subprocess call - check for execution of untrusted input.

Check failure on line 4 in playpen/repo_level_awareness/api.py

See this annotation in the file changed.

@github-actions github-actions / Trunk Check

ruff(F401)

[new] `typing.Any` imported but unused

Check failure on line 4 in playpen/repo_level_awareness/api.py

See this annotation in the file changed.

@github-actions github-actions / Trunk Check

ruff(F401)

[new] `typing.Generator` imported but unused

Check failure on line 4 in playpen/repo_level_awareness/api.py

See this annotation in the file changed.

@github-actions github-actions / Trunk Check

ruff(F401)

[new] `typing.Iterator` imported but unused

Check failure on line 4 in playpen/repo_level_awareness/api.py

See this annotation in the file changed.

@github-actions github-actions / Trunk Check

ruff(F401)

[new] `typing.Optional` imported but unused

Check failure on line 6 in playpen/repo_level_awareness/api.py

See this annotation in the file changed.

@github-actions github-actions / Trunk Check

ruff(F401)

[new] `pydantic.BaseModel` imported but unused

Check failure on line 36 in playpen/repo_level_awareness/api.py

See this annotation in the file changed.

@github-actions github-actions / Trunk Check

ruff(B024)

[new] `ValidationStep` is an abstract base class, but it has no abstract methods

Check failure on line 40 in playpen/repo_level_awareness/api.py

See this annotation in the file changed.

@github-actions github-actions / Trunk Check

ruff(B027)

[new] `ValidationStep.run` is an empty method in an abstract base class, but has no abstract decorator

Check failure on line 44 in playpen/repo_level_awareness/api.py

See this annotation in the file changed.

@github-actions github-actions / Trunk Check

ruff(B024)

[new] `Agent` is an abstract base class, but it has no abstract methods

Check failure on line 45 in playpen/repo_level_awareness/api.py

See this annotation in the file changed.

@github-actions github-actions / Trunk Check

ruff(B027)

[new] `Agent.can_handle_task` is an empty method in an abstract base class, but has no abstract decorator

Check failure on line 48 in playpen/repo_level_awareness/api.py

See this annotation in the file changed.

@github-actions github-actions / Trunk Check

ruff(B027)

[new] `Agent.execute_task` is an empty method in an abstract base class, but has no abstract decorator

Check failure on line 51 in playpen/repo_level_awareness/api.py

See this annotation in the file changed.

@github-actions github-actions / Trunk Check

ruff(B027)

[new] `Agent.refine_task` is an empty method in an abstract base class, but has no abstract decorator

Check failure on line 56 in playpen/repo_level_awareness/api.py

See this annotation in the file changed.

@github-actions github-actions / Trunk Check

ruff(B027)

[new] `Agent.can_handle_error` is an empty method in an abstract base class, but has no abstract decorator

Check notice on line 4 in playpen/repo_level_awareness/maven_validator.py

See this annotation in the file changed.

@github-actions github-actions / Trunk Check

bandit(B404)

[new] Consider possible security implications associated with the subprocess module.

Check notice on line 90 in playpen/repo_level_awareness/maven_validator.py

See this annotation in the file changed.

@github-actions github-actions / Trunk Check

bandit(B603)

[new] subprocess call - check for execution of untrusted input.

Check failure on line 167 in playpen/repo_level_awareness/maven_validator.py

See this annotation in the file changed.

@github-actions github-actions / Trunk Check

ruff(B005)

[new] Using `.strip()` with multi-character strings is misleading

Check failure on line 1 in playpen/repo_level_awareness/codeplan.py

See this annotation in the file changed.

@github-actions github-actions / Trunk Check

isort

Incorrect formatting, autoformat by running 'trunk fmt'