git_dag.constants.SHA_PATTERN

git_dag.constants.SHA_PATTERN: Final[str] = '(?P<sha>[0-9a-f]{40})'

Regex patterx for SHA-1 hash.