diff options
| author | 2022-01-01 23:50:06 +0000 | |
|---|---|---|
| committer | 2022-01-01 23:50:06 +0000 | |
| commit | e69f65c0f11f52ab830a623d0a245903d2062b34 (patch) | |
| tree | ee77a61d57b4d46f0e3ebdfadab760896986db2d /tox.ini | |
| parent | Merge remote-tracking branch 'origin/main' into main (diff) | |
| parent | Merge pull request #953 from python-discord/dm-check (diff) | |
Merge remote-tracking branch 'origin/main' into main
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -11,9 +11,11 @@ ignore= # Docstring Quotes D301,D302, # Docstring Content - D400,D401,D402,D404,D405,D406,D407,D408,D409,D410,D411,D412,D413,D414,D416,D417 + 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, + # Binary operators over multiple lines + W504, exclude= __pycache__,.cache, venv,.venv, |