Ruff after aider
All checks were successful
Run Python tests (through Pytest) / Test (push) Successful in 25s
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 09:35:43 +02:00
parent afd9dc4117
commit 8be6087c70

View File

@ -63,6 +63,7 @@ def main():
args = parse_args()
# Override default models if provided
import aider_gitea
if args.code_model:
aider_gitea.CODE_MODEL = args.code_model
if args.evaluator_model: