procrastinate-org / procrastinate

PostgreSQL-based Task Queue for Python
https://procrastinate.readthedocs.io/
MIT License
840 stars 52 forks source link

Be more consistent in the docstrings regarding the argument types #1150

Closed medihack closed 3 weeks ago

medihack commented 1 month ago

We need to be more consistent in the docstrings regarding the argument types. I believe they're not needed and sphinx can read them from type annotations, but we should make sure of that and fix it everywhere.

Originally posted by @ewjoachim in https://github.com/procrastinate-org/procrastinate/issues/1146#issuecomment-2275044909