Pre-commit, Github Action and no-commit-to-branch
I’m using pre-commit with my projects, including the helpful pre-commit.ci and the pre-commit Github Action. I’m running into the Github action raising an error for the no-commit-to-branch
hook when merging pull requests. The context of why I’m using both and solutions I’ve considered but haven’t figured out how to implement is below.