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

Class InitFailedError

commitizen/exceptions.py:235–238  ·  view source on GitHub ↗

Failed to initialize pre-commit

Source from the content-addressed store, hash-verified

233
234
235class InitFailedError(CommitizenException):
236 """Failed to initialize pre-commit"""
237
238 exit_code = ExitCode.INIT_FAILED
239
240
241class RunHookError(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…