Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Enfore
pre-commit
version >= 3.2.0
Older pre-commit versions are not compatible with the used pre-commit configuration since the `commit` stage was renamed to `pre-commit`. This can lead to error messages like: Expected one of commit, commit-msg, manual, merge-commit, post-checkout, post-commit, post-merge, post-rewrite, prepare-commit-msg, push but got: 'pre-commit' With a minimum required version the error messages is clearer.
- Loading branch information