style: fix linting issues in watch.py

This commit is contained in:
Paul Gauthier (aider) 2024-12-07 07:54:24 -08:00
parent 4c77d0509a
commit f2f2645fe6

View file

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