Commit Graph

9 Commits

Author SHA1 Message Date
Konstantin Baikov
0ce397796c Fix todo in pycocotools (#13182)
Adds numpy types.
All the types were already there as comments.
2024-12-27 20:06:19 -08:00
sobolevn
6f248dfa37 Bump mypy to 1.11.1 (#12463) 2024-08-04 23:19:28 -07:00
Sebastian Rittau
b6eaadcfe5 Update typing_extensions imports in third-party stubs (#11245) 2024-01-05 15:40:13 +01:00
Alex Waygood
1d2fe59e88 Third-party stubs: remove unused type: ignores (#11063) 2023-11-23 13:35:45 +00:00
Sebastian Rittau
afe18e95a9 Add an upstream_repository field to METADATA.toml (#10487)
Closes: #10478
2023-07-20 16:45:41 +02:00
Alex Waygood
6fd7e36e80 Add default values for third-party stubs beginning with 'P' (#9957) 2023-03-27 18:58:53 +01:00
Clément Pinard
557554f1d6 [pycocotools] Fix COCOeval.eval and Params.areaRng (#9897)
* Rename `_EvaluationResult` to `_ImageEvaluationResult`
* Add new `_EvaluationResult`
* Fix type of `COCOeval.eval`
* Correct Params.areaRng which is in fact a list of pairs
2023-03-17 14:02:19 +01:00
Avasam
ed6748fb32 Stubtest settings: change ignore_missing_stub default to false (#9779)
If you're reading about this commit from an autogenerated changelog entry, this should have no user-visible impact on how the stubs are interpreted by a type checker; it's just an internal change to how typeshed's tests work.
2023-02-20 22:37:45 +00:00
Hoël Bagard
a132ff215d Add stubs for pycocotools (#9086)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
2022-11-28 12:46:26 +00:00