Ask HN: What are some useful pre-commit hooks?

1 points by theSage ↗ HN
I just discovered that [black](https://github.com/ambv/black) can be set up as a git pre-commit hook.

What are some other hooks that people have found useful?

1 comment

[ 4.2 ms ] story [ 13.9 ms ] thread
There was this https://lolcommits.github.io/ project that captures your photo everytime you commit your code.

Of course, most people use pre-commit hooks for code linting/formatting nowadays. You can check the project called Husky if you're using Node.js in your projects.