From 31606d5d70fd32e1cadc8592ff01c4fd0cde46d8 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Fri, 9 Aug 2024 18:46:53 -0400 Subject: [PATCH] style: Apply linter formatting to io.py --- aider/io.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/aider/io.py b/aider/io.py index e14745cf9..1cedf1221 100644 --- a/aider/io.py +++ b/aider/io.py @@ -251,7 +251,12 @@ class InputOutput: style = None completer_instance = AutoCompleter( - root, rel_fnames, addable_rel_fnames, commands, self.encoding, abs_read_only_fnames=abs_read_only_fnames + root, + rel_fnames, + addable_rel_fnames, + commands, + self.encoding, + abs_read_only_fnames=abs_read_only_fnames, ) while True: