From 37adc75181705c2c6e2ab87316a6e8bcc49e9b04 Mon Sep 17 00:00:00 2001 From: Jon Michael Aanes Date: Mon, 14 Apr 2025 23:38:41 +0200 Subject: [PATCH] Ruff --- aider_gitea/__init__.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/aider_gitea/__init__.py b/aider_gitea/__init__.py index 04caf41..920e556 100644 --- a/aider_gitea/__init__.py +++ b/aider_gitea/__init__.py @@ -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,