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