#!/usr/bin/env bash
set -e

echo "--- pre-commit: make lint ---"
make lint

echo "--- pre-commit: make test ---"
make test
