zulip/zerver/webhooks/groove
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: Migrate groove tests to the headers fixtures system. 2019-07-09 17:13:02 -07:00
__init__.py integrations: Add webhook code, API endpoint, and tests for Groove. 2018-01-09 09:32:52 -05:00
doc.md markdown: Rewrite include plugin without markdown-include. 2022-06-26 17:36:31 -07:00
tests.py webhook: Rename FIXTURE_DIR_NAME to WEBHOOK_DIR_NAME. 2021-06-29 17:01:54 -07:00
view.py python: Replace functools.partial with type-safe returns.curry.partial. 2023-09-11 18:03:45 -07:00