aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar sco1 <[email protected]>2019-03-20 19:11:51 -0400
committerGravatar sco1 <[email protected]>2019-03-20 19:11:51 -0400
commit194e97ef065fb574629f9a8cf4343b271f8a0a9e (patch)
tree583e05d197d4bb3c863f76e8a8c7ea65ef7fadef
parentUpdate awkward docstring syntax (diff)
Add D400 to ignored linting error codes & revert affected docstrings
-rw-r--r--bot/seasons/evergreen/snakes/snakes_cog.py4
-rw-r--r--tox.ini2
2 files changed, 3 insertions, 3 deletions
diff --git a/bot/seasons/evergreen/snakes/snakes_cog.py b/bot/seasons/evergreen/snakes/snakes_cog.py
index 5ca4f8c0..dc5fb104 100644
--- a/bot/seasons/evergreen/snakes/snakes_cog.py
+++ b/bot/seasons/evergreen/snakes/snakes_cog.py
@@ -465,7 +465,7 @@ class Snakes:
@locked()
async def antidote_command(self, ctx: Context):
"""
- A game where you race to create an antivenom before the patient dies.
+ Antidote! Can you create the antivenom before the patient dies?
Rules: You have 4 ingredients for each antidote, you only have 10 attempts
Once you synthesize the antidote, you will be presented with 4 markers
@@ -1065,7 +1065,7 @@ class Snakes:
@snakes_group.command(name='snakify')
async def snakify_command(self, ctx: Context, *, message: str = None):
"""
- Shows the given message in snake-speak.
+ How would I talk if I were a snake?
:param ctx: context
:param message: If this is passed, it will snakify the message.
diff --git a/tox.ini b/tox.ini
index 62aadda9..8becd147 100644
--- a/tox.ini
+++ b/tox.ini
@@ -10,7 +10,7 @@ ignore=
# Docstring Quotes
D301,D302,
# Docstring Content
- D401,D402,D405,D406,D407,D408,D409,D410,D411,D412,D413,D414
+ D400,D401,D402,D405,D406,D407,D408,D409,D410,D411,D412,D413,D414
exclude=
__pycache__,.cache,
venv,.venv,