[flake8]
max-line-length=99
exclude =
    .git,
    __pycache__,
    docs/_build,
    dist
per-file-ignores =
    __init__.py: F401
    noxfile.py: T
    tests/*: D103,D101,D102
