setup.cfg 285 B

12345678910111213141516171819
  1. [tool:pytest]
  2. testpaths = t/unit/
  3. python_classes = test_*
  4. django_settings_module = t.proj.settings
  5. [flake8]
  6. ignore = N806, N802, N801, N803, W503, W504
  7. [pep257]
  8. ignore = D102,D104,D203,D105,D213
  9. match-dir = [^migrations]
  10. [wheel]
  11. universal = 1
  12. [egg_info]
  13. tag_build =
  14. tag_date = 0