From 74738af8e7b6865ae2df9e12e733ad704d0a367f Mon Sep 17 00:00:00 2001 From: Christian Eland Date: Sun, 25 Oct 2020 00:34:48 -0300 Subject: [PATCH] style(commands/bump): fix format --- commitizen/commands/bump.py | 1 - 1 file changed, 1 deletion(-) diff --git a/commitizen/commands/bump.py b/commitizen/commands/bump.py index 5e72f0a0e..b9597f322 100644 --- a/commitizen/commands/bump.py +++ b/commitizen/commands/bump.py @@ -109,7 +109,6 @@ def __call__(self): # noqa: C901 if increment is None: increment = self.find_increment(commits) - # Increment is removed when current and next version # are expected to be prereleases. if prerelease and current_version_instance.is_prerelease: