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 = [
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.
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ https://chat.zulip.org/api/writing-bots).
1313zulip_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.
You can’t perform that action at this time.
0 commit comments