diff options
author | 2022-04-22 01:27:54 +0300 | |
---|---|---|
committer | 2022-04-22 01:27:54 +0300 | |
commit | 014d65a98a8abae3664d013d9ee26a2302166c2d (patch) | |
tree | 5df941ef1cb4e925741f051dbaba94e8ec9557ea /tox.ini | |
parent | Add discord.Thread to slowmode cog channel converters (diff) | |
parent | Merge pull request #2143 from python-discord/bump-bot-core (diff) |
Merge branch 'main' into slowmode/add-better-thread-support
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 |