cachix / git-hooks.nix

Seamless integration of https://pre-commit.com git hooks with Nix.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[question] Difference with other pre-commit framwork?

Freed-Wu opened this issue · comments

commented

What is the difference between this project and pre-commit? That is, what is this project can do while other project cannot do, and what is other project can do and this project cannot do? It can help users know this project more and helpful for them to choose appropriate project in different situations. TIA!

This project is not an alternative to pre-commit but an interface to install and manage pre-commit hooks with Nix. It is used to integrate pre-commit in a Nix environment/project.

commented

OK, I see 👍