mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 08:14:59 +00:00
style: Format code with consistent string quotes and remove trailing whitespace
This commit is contained in:
parent
e5ca922ce8
commit
e4a238a05c
1 changed files with 2 additions and 2 deletions
|
@ -614,9 +614,9 @@ class Coder:
|
|||
all_fnames = defaultdict(set)
|
||||
for fname in self.get_all_relative_files():
|
||||
# Skip empty paths or just '.'
|
||||
if not fname or fname == '.':
|
||||
if not fname or fname == ".":
|
||||
continue
|
||||
|
||||
|
||||
try:
|
||||
# Handle dotfiles properly
|
||||
path = Path(fname)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue