diff options
author | 2022-04-20 22:13:45 +0100 | |
---|---|---|
committer | 2022-04-20 22:13:45 +0100 | |
commit | 18c3bdfe31599445102b2922b28029939f62cff7 (patch) | |
tree | 35d2339cc710b31ff90acf4d020f61c1aa629f33 /tox.ini | |
parent | Parse infraction search reason as regex before calling site (#2126) (diff) | |
parent | Refactor 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.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |