[flake8]
max-line-length = 88
max-complexity = 10
exclude =
    .git,
    __pycache__,
    .tox,
    .eggs,
    *.egg,
    build,
    dist