[flake8]
per-file-ignores =
    # imported but unused
    __init__.py: F401
max-line-length = 100
