mostr-zulip-bot/zulip_bots/zulip_bots
2024-10-24 12:24:59 +05:30
..
bots salesforce: Fix linting error. (#835) 2024-10-24 12:24:59 +05:30
tests tests: Add type annotations to test_lib. 2023-11-13 13:28:17 -08:00
.gitignore bots: Move all bots and the bots API to separate package. 2017-07-18 02:20:27 -02:30
__init__.py bots: Move all bots and the bots API to separate package. 2017-07-18 02:20:27 -02:30
bot_shell.py ruff: Fix TRY301 Abstract raise to an inner function. 2023-11-01 19:22:54 -07:00
custom_exceptions.py black: Reformat without skipping string normalization. 2021-06-02 18:45:57 -07:00
finder.py ruff: Fix N818 Exception name should be named with an Error suffix. 2023-10-30 11:44:10 -07:00
game_handler.py ruff: Enable lots of rules. 2023-11-11 16:16:17 -08:00
lib.py tests: Add type annotations to test_lib. 2023-11-13 13:28:17 -08:00
provision.py ruff: Fix C417 Unnecessary map usage (rewrite using a generator expression). 2023-10-29 17:36:51 -07:00
py.typed zulip_bots, zulip_botserver: Add PEP 561 type annotation markers. 2019-08-09 17:29:04 -07:00
request_test_lib.py ruff: Enable lots of rules. 2023-11-11 16:16:17 -08:00
run.py ruff: Fix PLR5501 Use elif instead of else then if, to reduce indentation. 2023-10-30 11:44:10 -07:00
simple_lib.py lint: Replace Black with Ruff. 2023-10-27 19:08:40 -07:00
test_file_utils.py ruff: Fix UP032 Use f-string instead of format call. 2023-10-27 22:01:58 -07:00
test_lib.py ruff: Fix TRY002 Create your own exception. 2023-11-01 20:29:34 -07:00