From 014aeccde687149770781be6ca4a632db3770cd7 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sun, 1 Dec 2024 07:25:50 -0800 Subject: [PATCH] style: add comment to use self.ai_comments() method --- aider/watch.py | 1 + 1 file changed, 1 insertion(+) diff --git a/aider/watch.py b/aider/watch.py index 862c23869..146c42267 100644 --- a/aider/watch.py +++ b/aider/watch.py @@ -102,6 +102,7 @@ class FileWatcher: # Check if file contains AI markers try: + #ai use self.ai_comments() instead! content = self.io.read_text(str(path_abs)) res = bool(re.search(r"(?:#|//) *ai\b", content, re.IGNORECASE)) if self.verbose: