zulip/zerver/webhooks/bitbucket2
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 bitbucket webhook: Fully deprecate username field. 2021-02-05 09:46:27 -05:00
__init__.py
doc.md integrations-docs: Update `git-webhook-url-with-branches.md`. 2022-07-07 17:12:00 -07:00
tests.py logging_util: Remove dependence on get_current_request. 2023-07-11 22:23:47 -07:00
view.py python: Replace functools.partial with type-safe returns.curry.partial. 2023-09-11 18:03:45 -07:00