[flake8]
max-line-length = 120
extend-ignore = E203, W503
exclude =
    example/,
    .git,
    __pycache__,
    build/,
    dist/,
    *.egg-info/
