Git hook breaks after `bazel clean`
$ bazel clean
$ git commit --allow-empty
`pre-commit` not found. Did you forget to activate your virtualenv?
As a workaround, running bazel run hooks:install
again solves the issue.
$ bazel clean
$ git commit --allow-empty
`pre-commit` not found. Did you forget to activate your virtualenv?
As a workaround, running bazel run hooks:install
again solves the issue.