Pre Commit
Path:
loom-builder-sol/.githooks/pre-commitRelative: .githooks/pre-commitSubproject: loom-builder-solCategory: 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"