-
Type: Task
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: None
-
None
This is a step toward PYTHON-3698. Most of the failures are related to generics.
Current status:
$ mypy --strict bson ... bson/json_util.py: note: In function "_parse_canonical_regex": bson/json_util.py:714: error: Missing type parameters for generic type "Regex" [type-arg] def _parse_canonical_regex(doc: Any) -> Regex: Found 54 errors in 8 files (checked 20 source files)
$ mypy --strict pymongo ... Found 181 errors in 38 files (checked 59 source files)
- is depended on by
-
PYTHON-3698 Support mypy --strict testing
- Blocked