diff options
| author | 2021-10-19 05:33:18 +0530 | |
|---|---|---|
| committer | 2021-10-19 05:33:18 +0530 | |
| commit | 16fe94c94858d2238ff71c199ac1fcbf966ab505 (patch) | |
| tree | bd815cc0170343c87b74ed2a5570a21c048b425c /tox.ini | |
| parent | Fix bugs when scheduling from cache (diff) | |
| parent | Merge pull request #1890 from python-discord/Migrate-to-socket_event_type (diff) | |
Merge remote-tracking branch 'upstream/main' into modpings-schedule
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 |