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-15 23:42:56 +02:00
parent d898d91bfa
commit e3a39f98b8

View File

@ -226,7 +226,7 @@ def push_changes(
description += '## Commit Messages\n\n' description += '## Commit Messages\n\n'
for message in commit_messages: for message in commit_messages:
description += f'- {message}\n' description += f'- {message}\n'
# Add trailing line documenting costs # Add trailing line documenting costs
description += '\n## Costs\nThis task was solved using AI assistance.' description += '\n## Costs\nThis task was solved using AI assistance.'