refactor: add comment marker for AI-related code section

This commit is contained in:
Paul Gauthier 2024-12-01 18:25:17 -08:00 committed by Paul Gauthier (aider)
parent bf2f9e0f7e
commit 0ca1886695

View file

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