diff --git a/.coveragerc b/.coveragerc
index f527e4f..58c195f 100644
--- a/.coveragerc
+++ b/.coveragerc
@@ -5,3 +5,7 @@ omit =
     rq/contrib/legacy.py
     rq/dummy.py
     rq/local.py
+
+[report]
+exclude_lines =
+    if TYPE_CHECKING:
\ No newline at end of file