[flake8]
max-line-length = 79
max-doc-length = 72
exclude =
    node_modules,
    .git,
    __pycache__,
    build,
    dist
