mirror of https://github.com/rq/rq.git
Ignore `if TYPE_CHECKING:` when measuring test coverage
This commit is contained in:
parent
7c1f96fafa
commit
76e856c1d7
|
@ -5,3 +5,6 @@ omit =
|
||||||
rq/contrib/legacy.py
|
rq/contrib/legacy.py
|
||||||
rq/dummy.py
|
rq/dummy.py
|
||||||
rq/local.py
|
rq/local.py
|
||||||
|
|
||||||
|
exclude_lines =
|
||||||
|
if TYPE_CHECKING:
|
Loading…
Reference in New Issue