[flake8]
max-line-length = 100
max-doc-length = 100
per-file-ignores =
    __init__.py: F401
