Ruff after aider
All checks were successful
Run Python tests (through Pytest) / Test (push) Successful in 24s
Verify Python project can be installed, loaded and have version checked / Test (push) Successful in 22s

This commit is contained in:
Jon Michael Aanes 2025-04-24 11:55:25 +02:00
parent 7a35029a18
commit 236d1c0a10

View File

@ -64,6 +64,7 @@ def main():
# Override default models if provided # Override default models if provided
import aider_gitea as core import aider_gitea as core
if args.aider_model: if args.aider_model:
core.CODE_MODEL = args.aider_model core.CODE_MODEL = args.aider_model
if args.evaluator_model: if args.evaluator_model: