#!/bin/bash
set -e

echo "Running pre-commit flake8"
python tools/flake8_hook.py
