style: Format code to comply with linter standards

This commit is contained in:
Paul Gauthier (aider) 2025-02-04 13:14:27 -08:00
parent 289e13cb46
commit 37cbb5ed01

View file

@ -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: