chore: Skip test fixture files in blame script

This commit is contained in:
Paul Gauthier 2024-12-11 20:38:11 -08:00 committed by Paul Gauthier (aider)
parent fdb1c8d99a
commit baa7352ca6

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)