#!/bin/bash

flake8 . --count --exit-zero --max-line-length=100 --statistic
