[flake8]
exclude =
    .git,
    __pycache__,
    build,
    dist,
    tests

[flake8]
max-line-length = 88
