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

Method _get_commit_args

commitizen/commands/bump.py:442–446  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

440 out.success("Done!")
441
442 def _get_commit_args(self) -> list[str]:
443 commit_args = ["-a"]
444 if self.no_verify:
445 commit_args.append("--no-verify")
446 return commit_args

Callers 1

__call__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected