clearmatics/zeth

Consider using `pre-commit` as a tool to setup pre-commit hooks

Opened this issue · 0 comments

As per the title, it wouldn't hurt to add more git hooks to this repo, especially pre-commit ones to make sure no style violation happens within commits, and to catch such hiccups asap instead of waiting for the CI to fail.
The pre-commit tool looks like a good way to manage various pre-commit hooks, so it may be interesting to look into adding support for this tool later down the line.