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

Class NothingToCommitError

commitizen/exceptions.py:167–170  ·  view source on GitHub ↗

Nothing in staging to be committed

Source from the content-addressed store, hash-verified

165
166
167class NothingToCommitError(CommitizenException):
168 """Nothing in staging to be committed"""
169
170 exit_code = ExitCode.NOTHING_TO_COMMIT
171
172
173class CustomError(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…