Closed jamesbraza closed 1 year ago
Unfortunately I do not have the time to maintain type hints on all my packages at this time. Once the typing solution in Python becomes more manageable I will consider doing it, but for now my suggestion is that you contribute a stub package to typeshed.
@miguelgrinberg Hello, can I create PR with adding typehints for this project?
My answer hasn't changed. You are welcome to contribute type hints for this package to typeshed.
Is your feature request related to a problem? Please describe.
I run
mypy
on my code, and it's throwing errors for not being typed:Describe the solution you'd like
Type hints to be added to the repo, or alternately a type stub package to be installable.
Describe alternatives you've considered
Disabling mypy for
python-socketio
like the belowpyproject.toml
config: