zulip/zerver/webhooks/bitbucket3
Anders Kaseorg cf4791264c python: Replace functools.partial with type-safe returns.curry.partial.
The type annotation for functools.partial uses unchecked Any for all
the function parameters (both early and late).  returns.curry.partial
uses a mypy plugin to check the parameters safely.

https://returns.readthedocs.io/en/latest/pages/curry.html

Signed-off-by: Anders Kaseorg <anders@zulip.com>
2023-09-11 18:03:45 -07:00
..
fixtures webhooks/bitbucket3: Add the diagnostics:ping event. 2019-06-17 17:33:32 -07:00
__init__.py webhooks: Add Bitbucket Server integration. 2019-03-24 22:06:29 -02:30
doc.md integrations-docs: Make use of consistent numbering for list. 2023-08-14 13:29:59 -07:00
tests.py integration: Modify branch names for Bitbucket 3 events. 2023-03-29 18:13:36 -07:00
view.py python: Replace functools.partial with type-safe returns.curry.partial. 2023-09-11 18:03:45 -07:00