diff options
| author | 2021-10-17 10:16:21 +0200 | |
|---|---|---|
| committer | 2021-10-17 10:16:21 +0200 | |
| commit | 4050b0cfe58d88674893d7e94ab63ba10aaca0b7 (patch) | |
| tree | b8d2c5a0a6720da7b2b2922704f1c155eaa095ff /tox.ini | |
| parent | Merge pull request #1875 from python-discord/ks123/bugfix/reapply-infraction (diff) | |
| parent | Merge remote-tracking branch 'origin/main' into discord-2.0 (diff) | |
Migrate to Discord 2.0a0
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ import-order-style=pycharm application_import_names=bot,tests exclude=.cache,.venv,.git,constants.py ignore= - B311,W503,E226,S311,T000 + B311,W503,E226,S311,T000,E731 # Missing Docstrings D100,D104,D105,D107, # Docstring Whitespace |