[flake8]
# E722 - do not use bare 'except'
# W504 - Either W503 (Line break after Operand) or W503 (
# Line break before operand needs to be ignored for line lengths
# greater than max-line-length. Best practice shows W504
ignore = E722, W504
exclude = optimizely/lib/pymmh3.py,*virtualenv*
max-line-length = 120
