We can open individual tickets to use https://github.com/JelleZijlstra/autotyping to add typing to individual modules. We can use the --aggressive flag and then finish any incomplete type signatures and correct any errors.
This will help with PYTHON-3079.
Update: we found autotyping to be pretty limited and decide not to use it at all.
We still think it's valuable to add type hints for pymongo's internal apis, we're just doing it manually rather than using an automated tool.
- is depended on by
-
PYTHON-3698 Support mypy --strict testing
- Blocked
- is related to
-
PYTHON-3079 Async PyMongo Beta
- Development Complete
-
PYTHON-3899 use float("inf") as round trip time for unknown servers
- Backlog
-
PYTHON-3908 check replica set address in mongo_client.py
- Backlog
-
PYTHON-3821 use overload pattern for _DocumentType
- Closed