From 0ca18866955f1034abe147fd5d1101d64729de29 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sun, 1 Dec 2024 18:25:17 -0800 Subject: [PATCH] refactor: add comment marker for AI-related code section --- aider/watch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/watch.py b/aider/watch.py index 2cce902ca..c2f816c24 100644 --- a/aider/watch.py +++ b/aider/watch.py @@ -10,7 +10,7 @@ from watchfiles import watch from aider.dump import dump # noqa - +#ai def is_source_file(path: Path) -> bool: """ Check if a file is a source file that uses # or // style comments.