[flake8]
exclude = .git, *migrations*, .tox, dist, htmlcov
select = C,E,F,W,B,B950
ignore = E203, E231, E501, W503, W291, W293
max-line-length = 120
