setup.cfg 207 B

12345678910
  1. [metadata]
  2. description-file=README.md
  3. [tool:pytest]
  4. testpaths = tests
  5. addopts = --cov-report term-missing:skip-covered --cov=borgmatic --ignore=tests/end-to-end
  6. [flake8]
  7. ignore = E501,W503
  8. exclude = *.*/*