[run]
source = rq
omit =
    rq/contrib/legacy.py
    rq/local.py
    rq/tests/*
    tests/*

[report]
exclude_lines =
    if __name__ == .__main__.:
    if TYPE_CHECKING:
    pragma: no cover
