Skip to content

Remove cargo-husky, and replace with manual instructions

eta requested to merge eta/arti:excise-husky into main

A build script reaching into your .git/hooks/ and modifying them nonconsensually was a bit of a horrifying concept, and also made it hard to build arti with the feature disabled. Remove this crate, and replace it with manual instructions on how to install the hooks in CONTRIBUTING.md.

Merge request reports