third_party.pylibs.pylint.src/.coveragerc

20 lines
282 B
Plaintext
Raw Normal View History

[paths]
source =
pylint
[report]
include =
pylint/*
omit =
*/test/*
2021-06-12 17:53:03 +00:00
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