From 033c149737e84c43051c9ff005aabc5718884776 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Fri, 21 Mar 2025 20:25:14 -0700 Subject: [PATCH] style: Break long comment line to comply with flake8 E501 --- aider/io.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/aider/io.py b/aider/io.py index e18691ba4..ecf04f790 100644 --- a/aider/io.py +++ b/aider/io.py @@ -559,7 +559,8 @@ class InputOutput: self.editingmode == EditingMode.VI and event.app.vi_state.input_mode == InputMode.NAVIGATION ): - # In multiline mode and if not in vi-mode or vi navigation/normal mode, Enter adds a newline + # In multiline mode and if not in vi-mode or vi navigation/normal mode, + # Enter adds a newline event.current_buffer.insert_text("\n") else: # In normal mode, Enter submits