setup.cfg 250 B

12345678
  1. [pytest]
  2. python_files = testsuite/*.py
  3. [flake8]
  4. ignore = E123,E126,E127,E129,E203,E221,E226,E231,E241,E265,E301,E302,E303,E713,F401,F403,W291,W293,W391
  5. max-line-length = 250
  6. exclude = versioneer.py,docs/conf.py,borg/_version.py
  7. max-complexity = 100