diff options
| author | 2021-10-17 13:41:37 +0100 | |
|---|---|---|
| committer | 2021-10-17 13:41:37 +0100 | |
| commit | 0231712beb90462b8a95074d6d275774054a39a8 (patch) | |
| tree | 3d2f326ae21133eb52e8dea09515486d2d469189 /tox.ini | |
| parent | Update infraction DM tests to reflect new output (diff) | |
| parent | Merge pull request #1882 from python-discord/fix-attr-error (diff) | |
Merge branch 'main' into new-appeals-process
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 |