Commit Graph

27 Commits

Author SHA1 Message Date
Konstantin Baikov
f7c6acde6e [pika] Use protocol for _Credentials (#13159) 2024-12-02 18:22:20 +01:00
Stephen Morton
f314631fcb remove unused io-related allowlist entries (#12955)
fallout from https://github.com/python/typeshed/pull/12947

fixes https://github.com/python/typeshed/issues/12954
2024-11-04 17:22:08 -08:00
Eric Traut
17f1c4628a Add precise values for enum members where possible (#11299)
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Co-authored-by: Alex Waygood <alex.waygood@gmail.com>
2024-04-22 15:10:59 +01:00
Sebastian Rittau
adde7cc3ac Use Final = ... instead of Final[Literal] (#11623) 2024-03-17 14:12:16 +00:00
Alex Waygood
c49c84f319 A new shade of Black (#11362) 2024-02-04 16:38:55 -08:00
Avasam
7c2d0f1a50 Update mypy issue reference to duplicated original issue (#11320)
See https://github.com/python/mypy/issues/13975#issuecomment-1912484800
2024-01-26 12:18:42 -08: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
Alex Waygood
516f665505 Bump flake8-pyi to 23.11.0 (#10997) 2023-11-08 16:01:24 +00:00
Shantanu
2e407d370b pika: fix ci (#10633) 2023-08-29 18:54:23 -07:00
Nikita Sobolev
daf51f057b Bump pyright version (#10591)
Release: https://github.com/microsoft/pyright/releases/tag/1.1.323

Fix types-pika to work with the latest pyright version.

---------

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
2023-08-16 10:18:41 +01: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
8df767f163 Add default values to pika.spec (#9973) 2023-03-29 11:46:53 +02:00
Alex Waygood
6fd7e36e80 Add default values for third-party stubs beginning with 'P' (#9957) 2023-03-27 18:58:53 +01:00
Avasam
2e59b81ffd Use of twisted in pika (#9494)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
2023-03-24 22:51:59 -06:00
Avasam
21c9ac5df6 Enable running stubtest on more of types-pika (#9826)
Make aliases for non-imported dependency private
2023-02-28 00:41:31 +00:00
Avasam
52ec44fa58 Improve many __(a)exit__ annotations (#9696) 2023-02-25 21:50:30 +00: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
Alex Waygood
7180d0223b Use typing_extensions.Self instead of _typeshed.Self (#9702) 2023-02-15 11:32:43 +01:00
Alex Waygood
efee70abfa Bump mypy to 1.0 (#9684) 2023-02-06 15:57:17 -08:00
Sebastian Rittau
f52099a22b Annotate more items in pika.channel (#9385) 2022-12-19 15:07:47 +00:00
Sebastian Rittau
fe9c7384fd pika: Make Method generic, annotate DeclareOk (#9360)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
2022-12-14 19:42:57 +00:00
Sebastian Rittau
92d130f6b6 Distribute our pika stubs under an alternate name (#9358)
Cf. #9246
2022-12-14 11:36:13 +00:00
Sebastian Rittau
5b4adfde20 Disable pika uploads for now (#9257)
See #9246.
2022-11-23 12:21:04 +00:00
Sebastian Rittau
20a35057fa Further annotate pika (#9240) 2022-11-22 11:55:43 +00:00
Nikita Sobolev
18e2ae762b Mark first argument of __[get|set|del]attr__ as str (#9245) 2022-11-22 11:06:50 +00:00
Sebastian Rittau
ebb5bddbdc Initial pika stubs (#9200) 2022-11-21 19:31:21 +01:00