Pre Commit

Path: loom-builder-sol/.githooks/pre-commitRelative: .githooks/pre-commitSubproject: loom-builder-solCategory: other
Lines: 5Bytes: 254Imports: 0Exports: 0

Content Preview

  1. #!/usr/bin/env bash
  2. # Versioned pre-commit shim (installed via `git config core.hooksPath .githooks`).
  3. # All logic lives in the Python guard so it is testable and shared.
  4. exec python3 "$(git rev-parse --show-toplevel)/.githooks/pre_commit_gate_guard.py"