Autolint
This commit is contained in:
parent
f12e750194
commit
8c75a10b3a
|
@ -49,9 +49,6 @@ AIDER_LINT=bash_cmd(
|
|||
)
|
||||
|
||||
|
||||
#MODEL = 'o3-mini'
|
||||
#MODEL = 'claude-3-7-sonnet'
|
||||
|
||||
LLM_MESSAGE_FORMAT = """
|
||||
{issue}
|
||||
|
||||
|
@ -67,12 +64,11 @@ For code tasks:
|
|||
def create_aider_command(issue: str) -> list[str]:
|
||||
return [
|
||||
'aider',
|
||||
#'--model', MODEL,
|
||||
'--chat-language', 'english',
|
||||
'--test-cmd', AIDER_TEST,
|
||||
'--lint-cmd', AIDER_LINT,
|
||||
'--auto-test',
|
||||
'--no-auto-lint',
|
||||
'--auto-lint',
|
||||
'--api-key', secrets.llm_api_key(),
|
||||
'--read', 'CONVENTIONS.md',
|
||||
'--message', LLM_MESSAGE_FORMAT.format(issue=issue),
|
||||
|
|
Loading…
Reference in New Issue
Block a user