#!/bin/sh
#
# Pre-commit hook script that ensures type-checking, tests, and fast style checks pass

vagrant ssh -c ". activate \
    && invoke type-check test --quiet code-style-check"