setup.cfg 87 B

123456
  1. [flake8]
  2. max-line-length = 120
  3. exclude = venv/*
  4. show-source = true
  5. max-complexity = 10