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