[flake8]
exclude =
    .git,
    tests/fixtures/*,
    env,
    dist,
    build,
    __pypackages__,
max_line_length = 88
ignore =
    E203
    W503
