blob: 22bacd09f6270058928cd62684240992b74dad0e [file] [log] [blame]
[paths]
source =
pylint
[report]
include =
pylint/*
omit =
*/test/*
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 are not executed during pytest runs
raise NotImplementedError()