[run]
source = src/
omit =
    */__init__.py
    **/__init__.py
    */__version__.py
    **/__version__.py
    */tests/*
    */test/*
    */.venv/*
    */.env/*
    */.hatch/*
    **/.hatch/*
    */site-packages/*
    **/site-packages/*
    **/telemetry.py

[report]
show_missing = False
skip_covered = False
