aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorGravatar Shivansh-007 <[email protected]>2021-10-19 05:33:18 +0530
committerGravatar Shivansh-007 <[email protected]>2021-10-19 05:33:18 +0530
commit16fe94c94858d2238ff71c199ac1fcbf966ab505 (patch)
treebd815cc0170343c87b74ed2a5570a21c048b425c /tox.ini
parentFix bugs when scheduling from cache (diff)
parentMerge 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.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index b8293a3b6..9472c32f9 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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