mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 16:54:59 +00:00
chore: Skip test fixture files in blame script
This commit is contained in:
parent
2134965f16
commit
79f5dba094
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue