setup.cfg 423 B

12345678910111213141516171819202122232425262728
  1. [flake8]
  2. ignore = D100,D101,D102,D103,D104,D105,D203,D204,D205,D400
  3. max-line-length = 100
  4. exclude =
  5. jaeger_client/thrift_gen/*,
  6. crossdock/thrift_gen/*
  7. [zest.releaser]
  8. release = no
  9. history_file = CHANGELOG.rst
  10. python-file-with-version = jaeger_client/__init__.py
  11. [tool:pytest]
  12. timeout = 60
  13. norecursedirs =
  14. .git
  15. .tox
  16. dist
  17. build
  18. python_files =
  19. test_*.py
  20. *_test.py
  21. tests.py
  22. [egg_info]
  23. tag_build =
  24. tag_date = 0