# This is the coverage.py config for Python 3.6
# The config for newer Python versions is in pyproject.toml.

[run]
branch = true
omit = 
    /tmp/*
    */tests/*
    */.venv/*


[report]
exclude_lines = 
    if TYPE_CHECKING:
