排序
Why my tests fail only during pre-commit ?
Why my tests fail only during pre-commit ?, Symptom Recently I ran across (what I thought was) strange behaviour. I use pre-commit for all my git commits, and one of the step is to...
Auto-update pre-commit hooks with GitHub Actions
Auto-update pre-commit hooks with GitHub Actions, Pre-commit hooks are great to reduce the feedback loop for things like linting and auto-formatting. Git supports them out of the b...
Writing hooks for “pre-commit” framework
Writing hooks for 'pre-commit' framework,There are already hundreds of great hooks around. But what if we want one more? Well, reading official docs is the great place to start (an...