MCPcopy Index your code
hub / github.com/commitizen-tools/commitizen / NoneIncrementExit

Class NoneIncrementExit

commitizen/exceptions.py:81–84  ·  view source on GitHub ↗

The commits found are not eligible to be bumped

Source from the content-addressed store, hash-verified

79
80
81class NoneIncrementExit(CommitizenException):
82 """The commits found are not eligible to be bumped"""
83
84 exit_code = ExitCode.NO_INCREMENT
85
86
87class NoCommitizenFoundException(CommitizenException):

Callers 1

__call__Method · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…