[flake8]
max-line-length = 79
ignore = E203, E231, W503, F723, F821
exclude = __init__.py, build, docs/build
