From 8c3c050bf5e11561a5ada9b6cb5839812950c975 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Fri, 23 Aug 2024 06:41:32 -0700 Subject: [PATCH] style: Run linter on codebase --- aider/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/commands.py b/aider/commands.py index 4d06cbf35..cf9a29d93 100644 --- a/aider/commands.py +++ b/aider/commands.py @@ -651,7 +651,7 @@ class Commands: for word in filenames: # Expand tilde in the path expanded_word = os.path.expanduser(word) - + # Handle read-only files separately, without glob_filtered_to_repo read_only_matched = [f for f in self.coder.abs_read_only_fnames if expanded_word in f]