In our repo we have pre-push hook. Sometimes I want to push something to my branch even if this hook fails. It's possible to skip pre-commit hook, I think we should also have an ability to skip pre-push hooks.
Additional bonus idea: make skipping hooks a default option?