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