[flake8]
max-line-length = 100
exclude =
    .git,
    __pycache__,
    *.ipynb,
    *.ipynb_checkpoints
ignore = E501 W503 E731
per-file-ignores = __init__.py:F401, E402
