observing / pre-commit

Automatically installs a git pre-commit script in your git repository which runs your `npm test` on pre-commit
MIT License
1.88k stars 153 forks source link

Skip pre-commit on specific commit message #131

Open alexanto opened 6 years ago

alexanto commented 6 years ago

Is there a way to stop pre-commit hooks from running on specific commit messages? The same way --no-verify does?