Category "pre-commit-hook"

Can I ignore flake8 errors by passing a git commit flag?

I have aflake8:check todo pre-commit hook, which I want to ignore for now. I can ignore everything if I git commit --no-verify but I do want all other hooks to

How to access commit message with Husky pre-commit hook?

My husky script: "husky": { "hooks": { "pre-commit": "sh ./tools/githooks/pre-commit.sh" } } Let's say I am doing a git commit -m "I want t

Pre-commit does not allow GPG code-signing?

We sign each commit with GPG2 for security purposes. Usually this involves a full-terminal-window "popup" asking you to enter a password after running git commi