diff options
author | 2022-04-21 22:09:49 +0100 | |
---|---|---|
committer | 2022-04-21 22:09:49 +0100 | |
commit | 1a79888503c739613e748ceebd0ced0d485ed615 (patch) | |
tree | e6cab8113ef2e898a2da6bd217fd334a24c86fac /tox.ini | |
parent | Linting (diff) | |
parent | Merge pull request #2138 from python-discord/Use-bot-core-extensions (diff) |
Merge branch 'main' into 0s-slowmode
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 |