File: setup.cfg

package info (click to toggle)
python-elastic-transport 9.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 644 kB
  • sloc: python: 6,652; makefile: 18
file content (10 lines) | stat: -rw-r--r-- 208 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
[isort]
profile = black

[tool:pytest]
addopts = -vvv --cov-report=term-missing --cov=elastic_transport
asyncio_default_fixture_loop_scope = function

[coverage:report]
omit = 
  elastic_transport/_compat.py