[flake8] exclude = venv*,.git,.eggs,__pycache__,docs/source/conf.py,old,build,dist ignore = E731 max-complexity = 20 max-line-length = 140