Ruff: Multi-line docstring summary should start at the first line #62
|
@ -137,7 +137,7 @@ For code tasks:
|
|||
"""
|
||||
|
||||
# MODEL = 'ollama/gemma3:27b'
|
||||
#MODEL = 'ollama_chat/gemma3:27b'
|
||||
# MODEL = 'ollama_chat/gemma3:27b'
|
||||
|
||||
|
||||
def create_aider_command(issue: str) -> list[str]:
|
||||
|
@ -148,7 +148,7 @@ def create_aider_command(issue: str) -> list[str]:
|
|||
'--cache-prompts',
|
||||
'--no-stream',
|
||||
#'--model',
|
||||
#MODEL,
|
||||
# MODEL,
|
||||
'--test-cmd',
|
||||
AIDER_TEST,
|
||||
'--lint-cmd',
|
||||
|
@ -156,7 +156,7 @@ def create_aider_command(issue: str) -> list[str]:
|
|||
'--auto-test',
|
||||
'--no-auto-lint',
|
||||
'--api-key',
|
||||
secrets.llm_api_key(),
|
||||
secrets.llm_api_key(),
|
||||
'--read',
|
||||
'CONVENTIONS.md',
|
||||
'--message',
|
||||
|
|
Loading…
Reference in New Issue
Block a user