rq / django-rq

A simple app that provides django integration for RQ (Redis Queue)
MIT License
1.82k stars 286 forks source link

Add type annotations to most public functions #656

Closed SpecLad closed 5 months ago

SpecLad commented 6 months ago

Except for django_rq.job, which is too complicated to type properly.

selwin commented 5 months ago

Thanks!