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 11:21:13 +02:00
parent 965edd1c12
commit b16065ee47

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: