.flake8 139 B

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