[flake8]
max-line-length = 88
max-complexity = 10
ignore = F405
per-file-ignores =
    */__init__.py:F401,F403
exclude =
    .git
    __pycache__
    build
    dist
