Added Type Annotations for Gunicorn Based on Typeshed Contribution #3423
eugeneliukindev
started this conversation in
Show and tell
Replies: 2 comments
-
|
Thank you for sharing this update and for the effort behind it. While I understand that type hints are appreciated by some, they’re not something I personally consider relevant or necessary for this project. I prefer to keep the focus on code clarity and runtime behavior rather than static typing. Still, I value the time you’ve taken to contribute. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
i am converting you post to a discussion . |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Gunicorn maintainers.
I’m excited to share that type annotations for Gunicorn have been merged into the Typeshed repository, providing comprehensive type hints for the Gunicorn codebase. This contribution enhances static type checking support for Gunicorn users and improves developer experience when using tools like MyPy, Pyright, or other type checkers.
You can find the merged type annotations here:
PR
If anyone is interested, who wants to improve these annotations, please send a PR
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions