setup.cfg 228 B

1234567891011121314151617
  1. [tool:pytest]
  2. testpaths = t/unit/
  3. python_classes = test_*
  4. [flake8]
  5. ignore = N806, N802, N801, N803, E305
  6. [pep257]
  7. ignore = D102,D104,D203,D105,D213
  8. [metadata]
  9. license_file = LICENSE.txt
  10. [egg_info]
  11. tag_build =
  12. tag_date = 0