[flake8]
ignore = E203, E266, E501, W503, W504
max-line-length = 80
max-complexity = 12
select = B,C,E,F,W,T4,B9
exclude = .git, __pycache__, build, dist, .eggs
