mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 16:54: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)
|
all_fnames = defaultdict(set)
|
||||||
for fname in self.get_all_relative_files():
|
for fname in self.get_all_relative_files():
|
||||||
# Skip empty paths or just '.'
|
# Skip empty paths or just '.'
|
||||||
if not fname or fname == '.':
|
if not fname or fname == ".":
|
||||||
continue
|
continue
|
||||||
|
|
||||||
try:
|
try:
|
||||||
# Handle dotfiles properly
|
# Handle dotfiles properly
|
||||||
path = Path(fname)
|
path = Path(fname)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue