Consider using pre-commit
as a tool to setup pre-commit hooks
#363
Labels
code-quality
Task related to the code quality (refactor, enhancements etc.)
good first issue
Good for newcomers
tooling
Task related to the tooling used in the repository
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.
The text was updated successfully, but these errors were encountered: