Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Replace invalid git hook stage
While working on my other PRs targetting this repository, I was wondering why CI failed despite having installed pre-commit hooks. I quickly realized that the `stages:` are being overwritten from their default and use the non-existent `commit` stage. See for example the git documentation which list the following commit-related hooks: - pre-commit - pre-merge-commit - prepare-commit-msg - commit-msg - post-commit This should hopefully improve the experience of any possible future contributors and avoid unnecessary back-and-forth due to CI failures. Signed-off-by: JP-Ellis <[email protected]>
- Loading branch information