From 6660b3b8155634a63c56019b5a16eacf8a19969e Mon Sep 17 00:00:00 2001 From: Manuel Barkhau Date: Sun, 19 Jul 2020 13:01:12 +0000 Subject: [PATCH] make fmt --- src/pycalver/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pycalver/cli.py b/src/pycalver/cli.py index 3fe5b4b..71a0125 100755 --- a/src/pycalver/cli.py +++ b/src/pycalver/cli.py @@ -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()