style: add comment to use self.ai_comments() method

This commit is contained in:
Paul Gauthier 2024-12-01 07:25:50 -08:00 committed by Paul Gauthier (aider)
parent dcfa993806
commit 014aeccde6

View file

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