Ruff: Use a regular assert
instead of unittest-style assertFalse
#59
|
@ -137,9 +137,7 @@ def create_aider_command(issue: str) -> list[str]:
|
|||
'aider',
|
||||
'--chat-language',
|
||||
'english',
|
||||
'--cache-prompts'
|
||||
'--no-stream'
|
||||
'--model',
|
||||
'--cache-prompts--no-stream--model',
|
||||
MODEL,
|
||||
'--test-cmd',
|
||||
AIDER_TEST,
|
||||
|
|
Loading…
Reference in New Issue
Block a user