celery / django-celery-beat

Celery Periodic Tasks backed by the Django ORM
Other
1.66k stars 428 forks source link

Add typing information #375

Open palfrey opened 3 years ago

palfrey commented 3 years ago

Summary:

Exact steps to reproduce the issue:

  1. Run mypy against an app with this library.
  2. Get error like error: Skipping analyzing 'django_celery_beat.models': found module but no type hints or library stubs
auvipy commented 3 years ago

we will gradually do this in future. but currently only py-amqp, kombu & celery is main target for type hinting