mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-23 05:45:00 +00:00
style: Format code to comply with linter standards
This commit is contained in:
parent
289e13cb46
commit
37cbb5ed01
1 changed files with 3 additions and 1 deletions
|
@ -95,7 +95,9 @@ class FileWatcher:
|
||||||
if self.verbose:
|
if self.verbose:
|
||||||
dump(rel_path)
|
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
|
return False
|
||||||
|
|
||||||
if self.verbose:
|
if self.verbose:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue