We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c44fe5 commit f78e6e6Copy full SHA for f78e6e6
tools/run-mypy
@@ -20,7 +20,6 @@ exclude = [
20
# Excluded because we don't want to require bot authors to
21
# fully annotate their bots.
22
"zulip_bots/zulip_bots/bots",
23
- "zulip_bots/zulip_bots/bots_unmaintained",
24
]
25
26
# These files will be included even if excluded by a rule above.
zulip_bots/README.md
@@ -13,7 +13,6 @@ https://chat.zulip.org/api/writing-bots).
13
zulip_bots # This directory
14
├───zulip_bots # `zulip_bots` package.
15
│ ├───bots/ # Actively maintained and tested bots.
16
-│ ├───bots_unmaintained/ # Unmaintained, potentially broken bots.
17
│ ├───game_handler.py # Handles game-related bots.
18
│ ├───lib.py # Backbone of run.py
19
│ ├───provision.py # Creates a development environment.
0 commit comments