Ruff: Multi-line docstring summary should start at the first line #62

Merged
Jmaa merged 2 commits from jmaa/issue-51-ruff-multiline-docstring-summary-should-start-at-the-first-line into main 2025-04-14 21:47:24 +00:00
Showing only changes of commit 9fb74ee51b - Show all commits

View File

@ -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',