third_party.pylibs.pylint.src/.coveragerc
2021-06-12 19:53:03 +02:00

20 lines
282 B
INI

[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