[flake8]
max-line-length = 95

per-file-ignores =
    # Allow any __init__.py file to have unused imports
    **/__init__.py: F401, F403, F405
