diff --git a/.coveragerc b/.coveragerc index f527e4fb..58c195fb 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