[flake8]
exclude =
    .git,
    __pycache__,
    build,
    examples/
max-complexity = 10
max-line-length = 90