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 Jan 6, 2025
1 parent 6a27b1c commit b727f69
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions southwark/log.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@ def __init__(self, repo: Union[dulwich.repo.Repo, PathLike] = '.'):
#: Mapping of git refs to commit SHAs.
self.refs: Dict[str, str] = {
k.decode("UTF-8"): v.decode("UTF-8")
for k,
v in self.repo.get_refs().items()
for k, v in self.repo.get_refs().items()
if not k.startswith(b"refs/tags/")
}

Expand Down

0 comments on commit b727f69

Please sign in to comment.