[flake8]
max-line-length = 120
exclude =
    tests/**
per-file-ignores =
    */__init__.py: F401
