diff options
| author | 2021-10-24 19:59:00 +0100 | |
|---|---|---|
| committer | 2021-10-24 19:59:00 +0100 | |
| commit | feb1b47cbf087413ea66cbe1e096ad118ad5a8d9 (patch) | |
| tree | fad02696eb1c980cb9af73e44fb65ce2912e9898 /tox.ini | |
| parent | Merge branch 'python-discord:main' into patreon (diff) | |
| parent | Merge pull request #1908 from python-discord/fix-tz-issue (diff) | |
Merge branch 'python-discord:main' into patreon
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 |