[run]
branch = True
relative_files = True
include =
    gi/*
    tests/*
    pygtkcompat/*

[report]
exclude_also =
    if TYPE_CHECKING:
    @abc\.abstractmethod
    @overload
    \.\.\.
    raise NotImplementedError
