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

This commit is contained in:
Jon Michael Aanes 2025-04-24 11:09:20 +02:00
parent 85319d8bf4
commit 652ae7d6c0

View File

@ -62,6 +62,7 @@ def main():
logging.basicConfig(level='INFO')
args = parse_args()
import aider_gitea
if args.code_model:
aider_gitea.CODE_MODEL = args.code_model
if args.evaluator_model: