Failed to initialize pre-commit
| 233 | |
| 234 | |
| 235 | class InitFailedError(CommitizenException): |
| 236 | """Failed to initialize pre-commit""" |
| 237 | |
| 238 | exit_code = ExitCode.INIT_FAILED |
| 239 | |
| 240 | |
| 241 | class RunHookError(CommitizenException): |
no outgoing calls
no test coverage detected
searching dependent graphs…