Skip to content

Commit

Permalink
Clean up some formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mtkennerly committed Nov 17, 2024
1 parent 15b6982 commit fe0ede5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dunamai/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ def normalize_git_dt(timestamp: str) -> Optional[dt.datetime]:
return _parse_git_timestamp_iso_strict(timestamp)

def __repr__(self):
return ("_GitRefInfo(ref={!r}, commit={!r}, creatordate={!r}," " committerdate={!r}, taggerdate={!r})").format(
return ("_GitRefInfo(ref={!r}, commit={!r}, creatordate={!r}, committerdate={!r}, taggerdate={!r})").format(
self.fullref, self.commit_offset, self.creatordate, self.committerdate, self.taggerdate
)

Expand Down
2 changes: 1 addition & 1 deletion dunamai/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"action": "store_true",
"dest": "strict",
"default": False,
"help": ("Elevate warnings to errors." " When there are no tags, fail instead of falling back to 0.0.0"),
"help": ("Elevate warnings to errors. When there are no tags, fail instead of falling back to 0.0.0"),
},
{
"triggers": ["--path"],
Expand Down

0 comments on commit fe0ede5

Please sign in to comment.