Ruff after aider
All checks were successful
Run Python tests (through Pytest) / Test (push) Successful in 27s
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 08:47:29 +02:00
parent fa6c221465
commit c07a58af39

View File

@ -63,6 +63,7 @@ def main():
args = parse_args()
import importlib
pkg = importlib.import_module(__package__)
pkg.CODE_MODEL = args.aider_model
pkg.EVALUATOR_MODEL = args.evaluator_model