mirror of
https://github.com/mandiant/capa.git
synced 2025-12-12 15:49:46 -08:00
Avoid erroneous commits. The pre-commit can be skipped with the `--no-verify` option, which is not available with the post-commit. Note that `pre-commit` doesn't run when rebase while post-commit did. This allows to have a single script which is run by both hooks. This scripts can also be used independently to run the CI setup locally.