setup.cfg 401 B

123456789101112131415161718192021222324252627
  1. [metadata]
  2. license_file = LICENSE.rst
  3. [tool:pytest]
  4. testpaths = tests
  5. [coverage:run]
  6. branch = True
  7. source =
  8. markupsafe
  9. [coverage:paths]
  10. source =
  11. src/markupsafe
  12. .tox/*/lib/python*/site-packages/markupsafe
  13. .tox/*/site-packages/markupsafe
  14. [flake8]
  15. select = B, E, F, W, B9
  16. ignore = E203, E501, W503
  17. max-line-length = 80
  18. exclude = src/markupsafe/_compat.py
  19. [egg_info]
  20. tag_build =
  21. tag_date = 0