setup.cfg 359 B

1234567891011121314151617181920212223
  1. [tool:pytest]
  2. addopts = --strict -ra
  3. django_settings_module = pytest_django_test.settings_sqlite_file
  4. testpaths = tests
  5. [wheel]
  6. universal = 1
  7. [flake8]
  8. ignore = W503
  9. max-line-length = 99
  10. exclude = lib/,src/,docs/,bin/
  11. [isort]
  12. forced_separate = tests,pytest_django,pytest_django_test
  13. [metadata]
  14. license_file = LICENSE
  15. [egg_info]
  16. tag_build =
  17. tag_date = 0