mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-05 12:14:59 +00:00
chore: Remove comment about skipping test files
This commit is contained in:
parent
79f5dba094
commit
fdb1c8d99a
1 changed files with 0 additions and 1 deletions
|
@ -35,7 +35,6 @@ def blame(start_tag, end_tag=None):
|
||||||
or f in website_files
|
or f in website_files
|
||||||
]
|
]
|
||||||
files = [f for f in files if not f.endswith("prompts.py")]
|
files = [f for f in files if not f.endswith("prompts.py")]
|
||||||
# skip tests/fixtures/watch* ai!
|
|
||||||
|
|
||||||
all_file_counts = {}
|
all_file_counts = {}
|
||||||
grand_total = defaultdict(int)
|
grand_total = defaultdict(int)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue