From f2f2645fe68720c8a62abcc45b7fee1ced3e8bf6 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Sat, 7 Dec 2024 07:54:24 -0800 Subject: [PATCH] style: fix linting issues in watch.py --- aider/watch.py | 1 + 1 file changed, 1 insertion(+) diff --git a/aider/watch.py b/aider/watch.py index 82285ccef..7ae4d06ba 100644 --- a/aider/watch.py +++ b/aider/watch.py @@ -10,6 +10,7 @@ from watchfiles import watch from aider.dump import dump # noqa + def is_source_file(path: Path) -> bool: """ Check if a file is a source file that uses # or // style comments.