#!/bin/bash
set -e
flake8 --max-line-length=110 \
       --exclude=migrations,./tests/*settings*.py || exit 1
