File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ exclude = [
20
20
# Excluded because we don't want to require bot authors to
21
21
# fully annotate their bots.
22
22
"zulip_bots/zulip_bots/bots" ,
23
- "zulip_bots/zulip_bots/bots_unmaintained" ,
24
23
]
25
24
26
25
# These files will be included even if excluded by a rule above.
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ https://chat.zulip.org/api/writing-bots).
13
13
zulip_bots # This directory
14
14
├───zulip_bots # `zulip_bots` package.
15
15
│ ├───bots/ # Actively maintained and tested bots.
16
- │ ├───bots_unmaintained/ # Unmaintained, potentially broken bots.
17
16
│ ├───game_handler.py # Handles game-related bots.
18
17
│ ├───lib.py # Backbone of run.py
19
18
│ ├───provision.py # Creates a development environment.
You can’t perform that action at this time.
0 commit comments