mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 06:20:08 +01:00
make fmt
This commit is contained in:
parent
2f1d6aa2d2
commit
6660b3b815
1 changed files with 1 additions and 1 deletions
|
|
@ -214,7 +214,7 @@ def _assert_not_dirty(_vcs: vcs.VCS, filepaths: typ.Set[str], allow_dirty: bool)
|
|||
|
||||
def _bump(cfg: config.Config, new_version: str, allow_dirty: bool = False) -> None:
|
||||
_vcs: typ.Optional[vcs.VCS]
|
||||
|
||||
|
||||
if cfg.commit:
|
||||
try:
|
||||
_vcs = vcs.get_vcs()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue