This was missing 2 of the recently added checks. Also added a reminder in the CI linter to update the Meta (commit hook) version.
This should help with getting commit messages tidy before they pass through CI's commit linter :^) For this hook to work pre-commit has to be explicitly installed via: `pre-commit install --hook-type commit-msg`