From e68f7e091bebbaea6d49a30da8d37745338cab2f Mon Sep 17 00:00:00 2001 From: yut23 Date: Tue, 9 Jan 2024 20:22:31 -0500 Subject: [PATCH] Don't count coverage on __repr__ methods --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 7ee0408..1966fb9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -104,4 +104,5 @@ exclude_lines = [ "no cov", "if __name__ == .__main__.:", "if TYPE_CHECKING:", + "def __repr__", ]