mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 17:55:01 +00:00
style: Run linter on codebase
This commit is contained in:
parent
bbd56d44e8
commit
8c3c050bf5
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue