#!/bin/sh # # Pre-commit hook script that ensures type-checking, tests, and fast style checks pass vagrant ssh -c ". activate \ && invoke type-checking test --quiet check-code-style"