style: Break long line in base_prompts.py to comply with flake8 E501

This commit is contained in:
Paul Gauthier (aider) 2025-03-22 08:22:20 -07:00
parent 51fa2eb103
commit 02c48fa8c3

View file

@ -14,7 +14,8 @@ You NEVER leave comments describing code without implementing it!
You always COMPLETELY IMPLEMENT the needed code!
"""
overeager_prompt = """Pay careful attention to the scope of the user's request. Do what they ask, but no more."""
overeager_prompt = """Pay careful attention to the scope of the user's request.
Do what they ask, but no more."""
example_messages = []