Skip to content

Commit f78e6e6

Browse files
committed
Remove remnants of bots_unmaintained.
This was deleted in commit 754a9f7 (#567). Signed-off-by: Anders Kaseorg <[email protected]>
1 parent 9c44fe5 commit f78e6e6

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tools/run-mypy

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ exclude = [
2020
# Excluded because we don't want to require bot authors to
2121
# fully annotate their bots.
2222
"zulip_bots/zulip_bots/bots",
23-
"zulip_bots/zulip_bots/bots_unmaintained",
2423
]
2524

2625
# These files will be included even if excluded by a rule above.

zulip_bots/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ https://chat.zulip.org/api/writing-bots).
1313
zulip_bots # This directory
1414
├───zulip_bots # `zulip_bots` package.
1515
│ ├───bots/ # Actively maintained and tested bots.
16-
│ ├───bots_unmaintained/ # Unmaintained, potentially broken bots.
1716
│ ├───game_handler.py # Handles game-related bots.
1817
│ ├───lib.py # Backbone of run.py
1918
│ ├───provision.py # Creates a development environment.

0 commit comments

Comments
 (0)