#!/usr/bin/env bash

set -e

flake8 server/ --max-complexity=15
flake8 tests/ --max-complexity=10
flake8 conftest.py --max-complexity=5
flake8 app.py --max-complexity=5
