[flake8]
max-line-length = 120
extend-ignore =
    # See https://github.com/PyCQA/pycodestyle/issues/373
    E203,
    E402
exclude =
    .git/
    venv/
    tmp/
    .ipynb_checkpoints/
    __pycache__

