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

Method schema_pattern

commitizen/cz/base.py:107–108  ·  view source on GitHub ↗

Regex matching the schema used for message validation.

(self)

Source from the content-addressed store, hash-verified

105
106 @abstractmethod
107 def schema_pattern(self) -> str:
108 """Regex matching the schema used for message validation."""
109
110 @abstractmethod
111 def info(self) -> str:

Callers 1

__call__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected