commitizen / cz-cli

The commitizen command line utility. #BlackLivesMatter
http://commitizen.github.io/cz-cli/
MIT License
16.7k stars 547 forks source link

Can i disable the husky pre-commit hooks with --no-verify? #837

Open webdevmsk opened 3 years ago

webdevmsk commented 3 years ago

I'm using npx git-cz for committing but is there a way to disable running husky pre-commit hooks? if i use normal git commands, i used to do git commit -m "" --no-verify I'm looking for this equivalent in git-cz

cat-walk commented 1 year ago

has the same request