Ruff: File test/test_init.py is part of an implicit namespace package. Add an __init__.py. #60

Closed
Jmaa wants to merge 2 commits from jmaa/issue-49-ruff-file-testtestinitpy-is-part-of-an-implicit-namespace-package-add-an-initpy into main
Showing only changes of commit df47ac59a9 - Show all commits

View File

@ -137,9 +137,7 @@ def create_aider_command(issue: str) -> list[str]:
'aider', 'aider',
'--chat-language', '--chat-language',
'english', 'english',
'--cache-prompts' '--cache-prompts--no-stream--model',
'--no-stream'
'--model',
MODEL, MODEL,
'--test-cmd', '--test-cmd',
AIDER_TEST, AIDER_TEST,