diff options
| author | 2022-08-14 19:59:33 +0100 | |
|---|---|---|
| committer | 2022-08-14 19:59:33 +0100 | |
| commit | c206138d27954f3692ff22f9bd94acaf8e81b06a (patch) | |
| tree | 56a2ddbce449ec5cb022c8420e23052a65fe5ad0 /tox.ini | |
| parent | Address Reviews (diff) | |
| parent | Merge pull request #2229 from python-discord/py3.10-rediscache (diff) | |
Merge branch 'main' into incident-archive-msg-improvements
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ docstring-convention=all import-order-style=pycharm application_import_names=bot,tests exclude=.cache,.venv,.git,constants.py -ignore= +extend-ignore= B311,W503,E226,S311,T000,E731 # Missing Docstrings D100,D104,D105,D107, @@ -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 |