[flake8]
exclude = */.ipynb_checkpoints/*,src/focusstack/_version.py
max-line-length = 160
ignore = E402
