[flake8]
exclude =
    .git,
    __pycache__,
    build,
    dist,
    node_modules,
    .serverless,
    tests/fixtures
max-complexity = 10
max-line-length = 90
