1[flake8]
2exclude =
3    .tox,
4    build,
5    dist,
6    venv*,
7    *.egg*,
8    .git
9