diff options
| author | 2021-10-17 20:35:32 +0300 | |
|---|---|---|
| committer | 2021-10-17 20:35:32 +0300 | |
| commit | 2abab682e0a785ebc4b1c5d8cca7ffe0eb6e8dc8 (patch) | |
| tree | b043f6cc5936a86dde0ee4a692434b772bb4eb94 /tox.ini | |
| parent | Indentation, type-hint, and documentation fixes (diff) | |
| parent | Merge pull request #1887 from python-discord/fix-guild-attr-error (diff) | |
Merge branch 'main' into cleanrework
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 |