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 23s

This commit is contained in:
Jon Michael Aanes 2025-04-24 09:24:35 +02:00
parent 625e71a016
commit 14fe5082ef

View File

@ -61,6 +61,7 @@ def main():
args = parse_args()
import aider_gitea as ag
if args.code_model:
ag.CODE_MODEL = args.code_model
if args.evaluator_model: