aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorGravatar ToxicKidz <[email protected]>2022-01-13 17:35:05 -0500
committerGravatar ToxicKidz <[email protected]>2022-01-13 17:35:05 -0500
commit66f139155e40093c55edd734b116bae865c7ed0c (patch)
tree4ab8969e7b384c80ef2f2d2c2e4c59ca455bc33b /tox.ini
parentchore: Update tests to correspond with the timeit command (diff)
parentempty commit for CI (diff)
chore: Fix merge conflicts
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