mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 12:24:59 +00:00
style: Run linter on blame.py
This commit is contained in:
parent
70312c58be
commit
59cf823d56
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ exclude_files = [
|
||||||
"aider/website/install.sh",
|
"aider/website/install.sh",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
def blame(start_tag, end_tag=None):
|
def blame(start_tag, end_tag=None):
|
||||||
commits = get_all_commit_hashes_between_tags(start_tag, end_tag)
|
commits = get_all_commit_hashes_between_tags(start_tag, end_tag)
|
||||||
commits = [commit[:hash_len] for commit in commits]
|
commits = [commit[:hash_len] for commit in commits]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue