[flake8]
select=E,F,W,C
ignore=E128
max-line-length = 80
exclude = __init__.py
