[flake8]
ignore = E741 W503 E203

max-line-length = 120
exclude = .svn,CVS,.bzr,.hg,.git,__pycache__,.tox,.eggs,*.egg,var
import-order-style = pep8
