[flake8]
disable-noqa=True
exclude = .git,.hg,__pycache__,venv, iv_compare.py
max-complexity = 14
inline-quotes = double
multiline-quotes = """ 
builtins = _
verbose = 2
max-line-length = 120