chore: Skip test fixture files in blame script

This commit is contained in:
Paul Gauthier 2024-12-11 20:37:28 -08:00 committed by Paul Gauthier (aider)
parent 2134965f16
commit 79f5dba094

View file

@ -35,6 +35,7 @@ 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)