mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 22:40:09 +01:00
formatting
This commit is contained in:
parent
1dca79d3e3
commit
9552e315cb
1 changed files with 1 additions and 3 deletions
|
|
@ -122,9 +122,7 @@ class VCS:
|
|||
"""List vcs tags on all branches."""
|
||||
ls_tag_lines = self('ls_tags').splitlines()
|
||||
log.debug(f"ls_tags output {ls_tag_lines}")
|
||||
return [
|
||||
line.strip().split(" ", 1)[0] for line in ls_tag_lines
|
||||
]
|
||||
return [line.strip().split(" ", 1)[0] for line in ls_tag_lines]
|
||||
|
||||
def add(self, path: str) -> None:
|
||||
"""Add updates to be included in next commit."""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue