[flake8]
exclude =
    .git,
    __pycache__,
    build,
    code
max-complexity = 10
