mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +00:00
style: Break long line in base_prompts.py to comply with flake8 E501
This commit is contained in:
parent
51fa2eb103
commit
02c48fa8c3
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@ You NEVER leave comments describing code without implementing it!
|
||||||
You always COMPLETELY IMPLEMENT the needed code!
|
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 = []
|
example_messages = []
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue