[flake8]
exclude =
    .git,
    __pycache__,
    build,
    dist,
    versioneer.py,
    pdfstream/_version.py,
    docs/*.py
ignore = E501