style: Run linter on codebase

This commit is contained in:
Paul Gauthier (aider) 2024-08-23 06:41:32 -07:00
parent bbd56d44e8
commit 8c3c050bf5

View file

@ -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]