setup.cfg 228 B

12345678910111213141516171819
  1. [flake8]
  2. max-line-length = 119
  3. exclude =
  4. docs/,
  5. .tox/
  6. [wheel]
  7. universal = 1
  8. [tool:pytest]
  9. addopts = --cov-report term-missing --cov-config=.coveragerc --cov .
  10. [aliases]
  11. test = pytest
  12. [egg_info]
  13. tag_build =
  14. tag_date = 0