mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 08:14:59 +00:00
style: Lint and format blame.py script
This commit is contained in:
parent
9ad20849d3
commit
3f80a113d1
1 changed files with 1 additions and 4 deletions
|
@ -40,10 +40,7 @@ def blame(start_tag, end_tag=None):
|
|||
or f in website_files
|
||||
]
|
||||
# Include all language test files
|
||||
files.extend(
|
||||
f for f in files
|
||||
if f.startswith("tests/fixtures/languages/") and "/test." in f
|
||||
)
|
||||
files.extend(f for f in files if f.startswith("tests/fixtures/languages/") and "/test." in f)
|
||||
files = [f for f in files if not f.endswith("prompts.py")]
|
||||
files = [f for f in files if not f.startswith("tests/fixtures/watch")]
|
||||
files = [f for f in files if f not in exclude_files]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue