chore: Remove comment about skipping test files

This commit is contained in:
Paul Gauthier (aider) 2024-12-11 20:37:29 -08:00
parent 79f5dba094
commit fdb1c8d99a

View file

@ -35,7 +35,6 @@ def blame(start_tag, end_tag=None):
or f in website_files
]
files = [f for f in files if not f.endswith("prompts.py")]
# skip tests/fixtures/watch* ai!
all_file_counts = {}
grand_total = defaultdict(int)