Niloth P
1d37ed2217
bots: Rename BotHandler to AbstractBotHandler.
...
Fixes #690 .
2024-11-21 11:33:05 -08:00
Anders Kaseorg
192024ebc7
ruff: Fix PLR1711 Useless return
statement at end of function.
...
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2023-10-30 11:44:10 -07:00
Anders Kaseorg
2a0eff653d
lint: Replace isort with Ruff.
...
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2023-10-27 19:04:29 -07:00
Anders Kaseorg
a9607dfdf9
Convert type comments to Python ≥ 3.6 variable annotations.
...
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2023-10-18 01:04:47 -07:00
PIG208
745f2cd173
zulip_bots: Add a boilerplate bot for external bots.
...
Add packaged_helloworld as an example of a PyPI package setup for
an external zulip bot that can be installed via pip and lanuched
without the need to include it in the zulip_bots/bots directory.
2021-07-29 11:08:33 -07:00