Ruff
This commit is contained in:
parent
8b35ea9cad
commit
232622309f
|
@ -386,7 +386,7 @@ def verify_solution(repository_path: Path, issue_content: str) -> bool:
|
|||
repository_path,
|
||||
[
|
||||
'Concisely summarize following changeset',
|
||||
get_diff(repository_path, 'HEAD', 'main'),
|
||||
get_diff(repository_path, 'main', 'HEAD'),
|
||||
],
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user