aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2022-04-20 22:13:45 +0100
committerGravatar GitHub <[email protected]>2022-04-20 22:13:45 +0100
commit18c3bdfe31599445102b2922b28029939f62cff7 (patch)
tree35d2339cc710b31ff90acf4d020f61c1aa629f33 /tox.ini
parentParse infraction search reason as regex before calling site (#2126) (diff)
parentRefactor a try/except that will never raise (diff)
Merge pull request #2118 from python-discord/bump-d.py-version
Bump Discord.py to latest alpha and use BotBase from bot-core
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 9472c32f9..e864b4b3e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -15,5 +15,5 @@ ignore=
# Docstring Content
D400,D401,D402,D404,D405,D406,D407,D408,D409,D410,D411,D412,D413,D414,D416,D417
# Type Annotations
- ANN002,ANN003,ANN101,ANN102,ANN204,ANN206
+ ANN002,ANN003,ANN101,ANN102,ANN204,ANN206,ANN401
per-file-ignores=tests/*:D,ANN