Pre Commit
Path:
pi-cybernetic/phase0-gate-governance/hooks/pre-commitRelative: phase0-gate-governance/hooks/pre-commitSubproject: pi-cyberneticCategory: otherLines: 5Bytes: 254Imports: 0Exports: 0
Content Preview
- #!/usr/bin/env bash
- # Versioned pre-commit shim (installed via `git config core.hooksPath .githooks`).
- # All logic lives in the Python guard so it is testable and shared.
- exec python3 "$(git rev-parse --show-toplevel)/.githooks/pre_commit_gate_guard.py"