blob: ca605f70e57c9f696656c88dfb3c3c4828373560 [file]
[run]
relative_files = true
[report]
omit =
*/astroid/__main__.py
*/tests/*
*/tmp*/*
exclude_lines =
# Re-enable default pragma
pragma: no cover
# Debug-only code
def __repr__
# Type checking code not executed during pytest runs
if TYPE_CHECKING:
@overload
# Abstract methods
raise NotImplementedError