blob: 3e7af77c84ad77d91ce7dba4ccf53963e8443332 [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