mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
fix: Exclude 'prompts.py' file from blame analysis
This commit is contained in:
parent
758b6cc908
commit
b104b0ed7b
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ def blame(start_tag, end_tag=None):
|
|||
if f.endswith((".py", ".scm", ".sh", "Dockerfile", "Gemfile"))
|
||||
or (f.startswith(".github/workflows/") and f.endswith(".yml"))
|
||||
]
|
||||
files = [f for f in files if not f.endswith("prompts.py")]
|
||||
|
||||
all_file_counts = {}
|
||||
grand_total = defaultdict(int)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue