[run]
source = src/graphrag_toolkit/byokg_rag
omit =
    */tests/*
    */test_*.py
    */__pycache__/*
    */prompts/*

[report]
fail_under = 80
show_missing = true
skip_empty = true
precision = 2
exclude_lines =
    pragma: no cover
    def __repr__
    def __str__
    if __name__ == .__main__.:
    @abstractmethod
    @abc.abstractmethod
    raise NotImplementedError
    if TYPE_CHECKING:
    if typing.TYPE_CHECKING:
    raise AssertionError
    return NotImplemented
    ^\s*pass\s*$
    ^\s*\.\.\.\s*$
