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: