depoplabs / celery-message-consumer

Tool for using the battle-tested `bin/celery` worker to consume vanilla AMQP messages (i.e. not Celery tasks)
Apache License 2.0
53 stars 12 forks source link

run mypy type checking as part of tests #1

Closed anentropic closed 6 years ago

anentropic commented 6 years ago

after running mypy I found a couple of mistakes in the few type hints I'd already added, fixed here

also some minor documentation tweaks