mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 08:14:59 +00:00
style: Format code with linter adjustments for readability
This commit is contained in:
parent
e9097c3b29
commit
5c8c78ca69
1 changed files with 3 additions and 1 deletions
|
@ -128,7 +128,9 @@ class FileWatcher:
|
|||
else:
|
||||
roots_to_watch = [str(self.root)]
|
||||
|
||||
for changes in watch(*roots_to_watch, watch_filter=self.filter_func, stop_event=self.stop_event):
|
||||
for changes in watch(
|
||||
*roots_to_watch, watch_filter=self.filter_func, stop_event=self.stop_event
|
||||
):
|
||||
if not changes:
|
||||
continue
|
||||
changed_files = {str(Path(change[1])) for change in changes}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue