[flake8]
max-line-length = 79
exclude = __init__.py,build,.eggs
ignore = W605, W503
