setup.cfg 180 B

12345678
  1. [pytest]
  2. python_files = testsuite/*.py
  3. [flake8]
  4. ignore = E226,F403
  5. max-line-length = 250
  6. exclude = docs/conf.py,borg/_version.py,build,dist,.git,.idea,.cache
  7. max-complexity = 100