mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
style: Format code with consistent indentation
This commit is contained in:
parent
1be65f9c77
commit
c0871449ac
1 changed files with 3 additions and 1 deletions
|
@ -376,7 +376,9 @@ class InputOutput:
|
|||
hist = "\n" + content.strip() + "\n\n"
|
||||
self.append_chat_history(hist)
|
||||
|
||||
def confirm_ask(self, question, default="y", subject=None, explicit_yes_required=False, group=None):
|
||||
def confirm_ask(
|
||||
self, question, default="y", subject=None, explicit_yes_required=False, group=None
|
||||
):
|
||||
self.num_user_asks += 1
|
||||
|
||||
question += " (Y)es/(N)o/(A)ll/(S)kip all [Y]: "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue