mostr-zulip-bot/zulip_bots/zulip_bots
Anders Kaseorg 353c2de050 ruff: Fix EXE002 The file is executable but no shebang is present.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2023-10-29 16:54:40 -07:00
..
bots ruff: Fix EXE002 The file is executable but no shebang is present. 2023-10-29 16:54:40 -07:00
tests ruff: Fix EXE001 Shebang is present but file is not executable. 2023-10-29 16:54:40 -07: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 EXE001 Shebang is present but file is not executable. 2023-10-29 16:54:40 -07:00
custom_exceptions.py black: Reformat without skipping string normalization. 2021-06-02 18:45:57 -07:00
finder.py Upgrade mypy to 0.910. 2021-08-24 20:19:05 -07:00
game_handler.py ruff: Fix TRY401 Redundant exception object included in logging.exception call. 2023-10-28 16:29:20 -07:00
lib.py ruff: Fix RUF010 Use explicit conversion flag. 2023-10-27 22:41:04 -07:00
provision.py ruff: Fix G004 Logging statement uses f-string. 2023-10-28 16:18:11 -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 mypy: Enable ignore-without-code error. 2023-10-26 13:43:42 -07:00
run.py ruff: Fix UP031 Use format specifiers instead of percent format. 2023-10-27 22:04:41 -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 EXE002 The file is executable but no shebang is present. 2023-10-29 16:54:40 -07:00