We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45c1a2f commit 32525dcCopy full SHA for 32525dc
commitizen/version_schemes.py
@@ -19,7 +19,7 @@
19
else:
20
import importlib_metadata as metadata
21
22
-from packaging.version import InvalidVersion # noqa: F401: expose the common exception
+from packaging.version import InvalidVersion # noqa: F401 (expose the common exception)
23
from packaging.version import Version as _BaseVersion
24
25
from commitizen.defaults import MAJOR, MINOR, PATCH, Settings
0 commit comments