From 37cbb5ed019d00efe4d6841064c5f17a57d6658c Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Tue, 4 Feb 2025 13:14:27 -0800 Subject: [PATCH] style: Format code to comply with linter standards --- aider/watch.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/aider/watch.py b/aider/watch.py index 3297e6965..de617022f 100644 --- a/aider/watch.py +++ b/aider/watch.py @@ -95,7 +95,9 @@ class FileWatcher: if self.verbose: dump(rel_path) - if self.gitignore_spec and self.gitignore_spec.match_file(rel_path.as_posix() + ("/" if path_abs.is_dir() else "")): + if self.gitignore_spec and self.gitignore_spec.match_file( + rel_path.as_posix() + ("/" if path_abs.is_dir() else "") + ): return False if self.verbose: