zulip/zerver/webhooks/github
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 integrations: Add issue demilestoned fixture to GitHub Integration. 2023-07-11 08:58:31 -07:00
__init__.py webhooks: Move github_webhook/ to github/. 2018-04-19 11:00:55 -07:00
doc.md integrations: Add a link to GitHub webhooks documentation. 2023-03-15 15:37:42 -07:00
tests.py webhooks: Use 200 status code for unknown events. 2023-07-11 13:51:37 -07:00
view.py python: Replace functools.partial with type-safe returns.curry.partial. 2023-09-11 18:03:45 -07:00