#!/usr/bin/env bash

set -e

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