[flake8]
exclude = .git, .tox, dist, htmlcov
max-line-length = 88
select = C,E,F,W,B,B950
ignore = E203, E231, E501, W503, W291, W293, E701
per-file-ignores = tests.py:F401,F811
