Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 6, 2023
1 parent 62f67d7 commit c41a768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELICENSE/authors.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def get_all_commits():
mailmap[src] = dest
email_names[dest] = line[: line.index('<')].strip()

author_commits = defaultdict(lambda: [])
author_commits = defaultdict(list)

for commit in get_all_commits():
# exclude some specific commits (e.g. docstring typos)
Expand Down

0 comments on commit c41a768

Please sign in to comment.