mirror of
https://github.com/mandiant/capa.git
synced 2026-06-26 00:14:11 -07:00
f9abbbe9ba
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.