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