style: Run linter on blame.py

This commit is contained in:
Paul Gauthier (aider) 2024-12-17 08:25:08 -08:00
parent 70312c58be
commit 59cf823d56

View file

@ -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]